Skip to content

Commit bb43717

Browse files
Flarnaandrewbranch
authored andcommitted
[CI] use NodeJS 10 instead 8 for travis CI (DefinitelyTyped#38946)
1 parent e72d595 commit bb43717

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
language: node_js
22
node_js:
3-
- 8
3+
- 10
44

55
notifications:
66
email: false
77

88
script:
99
- npm run test
10-
- if [[ $TRAVIS_EVENT_TYPE == "cron" ]]; then npm run update-codeowners || travis_terminate 1; fi
10+
- if [[ $TRAVIS_EVENT_TYPE == "cron" ]]; then npm run update-codeowners || travis_terminate 1; fi

0 commit comments

Comments
 (0)