Open
Conversation
barlock
commented
Nov 9, 2018
.travis.yml
Outdated
| email: barlockm@gmail.com | ||
| email: hadaszeilberger@gmail.com | ||
| api_key: | ||
| secure: MMG/XreuTKberxNCl4K7oqkkApkPWVRJUPuon3eufZOeH+s/wWcbCu0ngrUH9A7ZQUpQjS09oyrFGyktKaAs8AOudzJKztsCUOjdqXtO+byJmbEKP5Zu4hlXyuNechHkTy3s+BE1lfFgJDb5gsTbYlfnQL/T3/n/Js8QuznZ31MD10tRb4AlIry6l/LCm4hjt/n2SXP+a4TSCxqnhiRhWMe3v4nXgTffRazg7DF0f6PURFtil8jkU8371b8dR1vSBglh3xHNl1duT9gH5gO9Uhe1eTtdcEltedgthyqaOR0J241drUoSx3Nc79y2+2MAwurLzDUjMrSY/QzdTacCswTt4hlb1zaj2O6KBa11WqowjBkzW7HLC356Y468449VHyK7/q9hxvuF+nqE1c9IA1Yt6e10SAavxS/emrUHH+tZwR31dWK7SZDfUiUqb1QiX3hL5j+b4kdZeVDka3tm3MvGHQpEKRwm2GlKk33JhzaLwNJNphcYZMkoOycQxGwvyDt0ERptnC7xZzUdOrE9sR2iW/tM6/Jewfau2SsMBbp0ThiQkNwMQgiEcwtryulJyRrqBdGWuC2Mt8ddKCsnbA4ZDGOBf68wR/zXGvA/yzOrCgTcgXXFQWvs3XvJh/CnoWsqYBIvuaOd1j179uYTYeadXcb9h1xdn7CI2CIMlAk= |
Contributor
Author
There was a problem hiding this comment.
@hadasz This needs to be updated too. I left a link with how to encrypt your token in the top comment.
Setup integrate shamir part two
barlock
commented
Nov 14, 2018
| api_key: | ||
| secure: qg/75hBj7lGkgKt2kuX7uGWQrKhqYLjqQPsDobVkMcnPNGprO8LRYUDDSPMvFbjSeiqdGdwdFgspkOYEljf1vlyS+N3huGm4Hj+WoEe/BW7lZZWROmrQamLChGuZ3H0iFL1SHLe32Ly+7mNvZ9hREPxozPgLRSYLDd+chtxCvvcErO2YFqcKCLjCso3kbDQXO24pbMpD42+ZJEJke0NLBNvbNJ16LG6o3nbvuAVRWd8zWgYafMAbZTbl9bqqXXf+pOf2z2zGtYxVN+rZE7XCW4J3nX4Ya/e1ymyHetugoeTtfxG05HCg5bguznYxJTJaMJSWiQNNCnTQELexZwyTLSPyYsw0dSvf57QSHGyQwxzqadcANn9O6JL6NNROBhpAM6sD52qDBxB9BBEsUwEtXQKMbEOTBQaIHdMKtZMZyinW77/m6XtTzwlmB9CsDN3fUDWAknqY+2foCioZeZvvvGWAbjJQ9eUQL1BUw+/hHtY7cOyvDC1ah4ljnUnIddKlNvZBBxWJbjU7x5S2zhjaayExPaxpd2k/f8RkcxB7URvdCbbxsrzieQ2OPer0ywHAOvyQyFTHtcE3x6PzUeB+dBGkBlS9jMKrR+7HmBp5FafD//uW1k/kMAh3HDkv0THYSYbeNgpmYXRZDLMx45st8SXmoZHF4oNoTHhBxSP5mMo= | ||
| on: | ||
| branch: develop |
Contributor
Author
There was a problem hiding this comment.
I think you meant to put this into the develop branch? As it turns out sense there wasn't a condition before it looks like it was going to do it all releases no matter the branch anyway, so we could just revert this commit too?
hadasz
previously approved these changes
Nov 14, 2018
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a hook that will deploy this project to npm whenever a github release is made.
@hadasz You deserve to have your name on publish here, I used mine sense you weren't here. You can change it at any point. If the initial release goes out under me, no harm, it can be easily changed.
https://docs.travis-ci.com/user/deployment/npm/#npm-auth-token
☝️ How to add your token.