Skip to content

Commit 1b1eec6

Browse files
committed
Update Travis to deprecate node 0.10 and add node 8 and 10.0
1 parent 1e41815 commit 1b1eec6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
language: node_js
22
node_js:
3+
- "10"
4+
- "8"
35
- "6"
4-
- "5"
56
- "4"
6-
- "0.10"
77
before_script:
88
- npm install -g grunt-cli

0 commit comments

Comments
 (0)