Skip to content

Commit cf1182c

Browse files
committed
travis: update
1 parent 5eaac57 commit cf1182c

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

.travis.yml

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

0 commit comments

Comments
 (0)