We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 895db63 commit b69246cCopy full SHA for b69246c
.travis.yml
@@ -50,8 +50,7 @@ script:
50
- npm test
51
52
after_success:
53
- - if [ $TRAVIS_BRANCH == "master" ]; then echo upload=$GITHUB_TOKEN > ~/.prebuildrc; fi
54
- - if [ $TRAVIS_BRANCH == "master" ]; then npm run prebuild; fi
+ - if [ $TRAVIS_BRANCH == "master" ]; then npm run prebuild -- -u $GITHUB_TOKEN; fi
55
56
notifications:
57
webhooks:
0 commit comments