Skip to content

Commit

Permalink
Output sauce connect log on travis
Browse files Browse the repository at this point in the history
Hopefully will help with debugging
  • Loading branch information
tjenkinson authored Jan 14, 2017
1 parent 41117e6 commit a37508a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ node_js: node
before_install: if [ "${TRAVIS_MODE}" != "funcTests" ]; then unset SAUCE_USERNAME && unset SAUCE_ACCESS_KEY; fi
before_script: chmod +x ./scripts/*.sh
script: ./scripts/travis.sh
after_script: if [ "${TRAVIS_MODE}" = "funcTests" ]; then echo "Sauce connect log:" && cat /home/travis/sauce-connect.log; fi
env:
global:
- SAUCE_USERNAME=mangui
Expand Down

0 comments on commit a37508a

Please sign in to comment.