Skip to content

Commit 3ba7197

Browse files
committed
Update .travis.yml for latest Node.js engines
1 parent 355143d commit 3ba7197

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.travis.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
language: node_js
22
node_js:
3-
- "5.1"
4-
- "5"
5-
- "4.2"
6-
- "4.1"
7-
- "4.0"
8-
- "iojs"
3+
- "9.0"
4+
- "8.9"
5+
- "7.10.1"
6+
- "6.11.5"
7+
- "5.12.0"
8+
- "4.8.5"
99
before_script:
1010
- npm install grunt-cli -g

0 commit comments

Comments
 (0)