Skip to content

Commit

Permalink
Cat for testing.
Browse files Browse the repository at this point in the history
I'll roll this if needed.
  • Loading branch information
octalmage committed Feb 26, 2018
1 parent 620be47 commit 02a7f94
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ script:
- npm test

after_success:
- if [ $TRAVIS_BRANCH == "master" ]; then echo "upload=$GITHUB_TOKEN" > ~/.prebuildrc; fi
- if [ $TRAVIS_BRANCH == "master" ]; then echo upload=$GITHUB_TOKEN > ~/.prebuildrc; fi
- if [ $TRAVIS_BRANCH == "master" ]; then cat ~/.prebuildrc; fi
- if [ $TRAVIS_BRANCH == "master" ]; then npm run deploy; fi

notifications:
Expand Down

0 comments on commit 02a7f94

Please sign in to comment.