Skip to content

Commit 02a7f94

Browse files
committed
Cat for testing.
I'll roll this if needed.
1 parent 620be47 commit 02a7f94

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ script:
5050
- npm test
5151

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

5657
notifications:

0 commit comments

Comments
 (0)