Skip to content

Commit 7342836

Browse files
committed
update travis config
1 parent 9f906f8 commit 7342836

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

.travis.yml

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

0 commit comments

Comments
 (0)