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:
parent
80a5b91575
commit
229b76cfde
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue