We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 620be47 commit 02a7f94Copy full SHA for 02a7f94
.travis.yml
@@ -50,7 +50,8 @@ script:
50
- npm test
51
52
after_success:
53
- - if [ $TRAVIS_BRANCH == "master" ]; then echo "upload=$GITHUB_TOKEN" > ~/.prebuildrc; fi
+ - if [ $TRAVIS_BRANCH == "master" ]; then echo upload=$GITHUB_TOKEN > ~/.prebuildrc; fi
54
+ - if [ $TRAVIS_BRANCH == "master" ]; then cat ~/.prebuildrc; fi
55
- if [ $TRAVIS_BRANCH == "master" ]; then npm run deploy; fi
56
57
notifications:
0 commit comments