[CI] use NodeJS 10 instead 8 for travis CI (#38946)

This commit is contained in:
Gerhard Stöbich 2019-10-15 01:54:12 +02:00 committed by Andrew Branch
parent e72d59512c
commit bb43717ca3

View File

@ -1,10 +1,10 @@
language: node_js
node_js:
- 8
- 10
notifications:
email: false
script:
- npm run test
- if [[ $TRAVIS_EVENT_TYPE == "cron" ]]; then npm run update-codeowners || travis_terminate 1; fi
- if [[ $TRAVIS_EVENT_TYPE == "cron" ]]; then npm run update-codeowners || travis_terminate 1; fi