Skip to content

Commit 60021b8

Browse files
committed
Update travis config
1 parent 0f3d11b commit 60021b8

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

.travis.yml

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
1+
sudo: false
12
language: node_js
23
node_js:
3-
- "0.11"
4-
- "0.10"
5-
- "0.12"
6-
- "iojs"
4+
- "4"
5+
- "5"
6+
- "6"
7+
- "7"
8+
env:
9+
matrix:
10+
- TEST_SUITE=unit
11+
matrix:
12+
include:
13+
- node_js: "6"
14+
env: TEST_SUITE=lint
15+
script: npm run-script $TEST_SUITE

0 commit comments

Comments
 (0)