Skip to content

Commit 6fac2ff

Browse files
Build: Adjust nodejs versions in travis config
Remove version 9 and add version 12, so that all LTS version will be checked.
1 parent 33dd332 commit 6fac2ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ cache:
77
notifications:
88
email: false
99
node_js:
10+
- '12'
1011
- '10'
11-
- '9'
1212
- '8'
1313
before_install:
1414
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.9.4

0 commit comments

Comments
 (0)