ci: temporary work-around for Travis issue (#21422)

See
https://github.com/travis-ci/travis-ci/issues/8836#issuecomment-356362524
for more info.

PR Close #21422
This commit is contained in:
George Kalpakas 2018-01-09 20:55:02 +02:00 committed by Kara Erickson
parent 80a5b91575
commit 229b76cfde
1 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
language: node_js
sudo: false
# Work-around for https://github.com/travis-ci/travis-ci/issues/8836#issuecomment-356362524.
# (Restore `sudo: false` once that is resolved.)
sudo: required
dist: trusty
node_js:
- '8.9.1'