Skip to content

Commit

Permalink
ci: temporary work-around for Travis issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mangui committed Jan 18, 2018
1 parent fcf8440 commit 3d504e2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
language: node_js
node_js: node
# Work-around for https://github.com/travis-ci/travis-ci/issues/8836#issuecomment-356362524.
# (Restore `sudo: false` once that is resolved.)
sudo: required
# don't connect to sauce labs unless running functional tests
# before_install: if [ "${TRAVIS_MODE}" != "funcTests" ]; then unset SAUCE_USERNAME && unset SAUCE_ACCESS_KEY; fi
script: ./scripts/travis.sh
Expand Down

0 comments on commit 3d504e2

Please sign in to comment.