Skip to content

Commit c38d21f

Browse files
authored
Travis CI: Use Node.js 10.x
The Node.js 9.x "latest" branch has been superseded by the 10.x branch and testing against Node.js 9.x is no longer required.
1 parent 1087810 commit c38d21f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: node_js
22
node_js:
33
- '8'
4-
- '9'
4+
- '10'
55
- 'node'
66
before_install:
77
- npm install -g grunt-cli

0 commit comments

Comments
 (0)