Skip to content

Commit 963b67d

Browse files
committed
Add NodeJS 11 & 12 to Travis CI
1 parent e6d7cd3 commit 963b67d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ node_js:
33
- '8'
44
- '9'
55
- '10'
6-
- 'node'
6+
- '11'
7+
- '12'
78
before_install:
89
- npm install -g grunt-cli

0 commit comments

Comments
 (0)