Skip to content

Commit 482e5d9

Browse files
Daniel Cousensdcousens
authored andcommitted
travis: drop Node <4
1 parent 7c45304 commit 482e5d9

1 file changed

Lines changed: 8 additions & 6 deletions

File tree

.travis.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,15 @@ language: node_js
33
before_install:
44
- "npm install npm -g"
55
node_js:
6-
- "0.10"
7-
- "0.12"
86
- "4"
97
- "5"
108
- "6"
9+
- "7"
1110
env:
12-
- TEST_SUITE=standard
13-
- TEST_SUITE=unit
14-
script: "npm run-script $TEST_SUITE"
15-
11+
matrix:
12+
- TEST_SUITE=unit
13+
matrix:
14+
include:
15+
- node_js: "7"
16+
env: TEST_SUITE=standard
17+
script: npm run $TEST_SUITE

0 commit comments

Comments
 (0)