From 02a7f94f400e898176706435792ebc4666ddd2b6 Mon Sep 17 00:00:00 2001 From: Jason Stallings Date: Mon, 26 Feb 2018 14:25:36 -0600 Subject: [PATCH] Cat for testing. I'll roll this if needed. --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c9bb989c..001c352c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: