Skip to content

Commit f882941

Browse files
committed
add matrix to .travis.yml
1 parent b2e4016 commit f882941

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

.travis.yml

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,19 @@
11
language: node_js
22
before_install:
3-
- "npm install npm -g"
3+
- npm install npm -g
44
node_js:
5-
- "4.0.0"
6-
- "io.js"
7-
- "0.12"
8-
- "0.10"
5+
- 5
6+
- 4
7+
- io.js
8+
- 0.12
9+
- 0.10
10+
matrix:
11+
include:
12+
- node_js: 4
13+
env: TEST_SUITE=standard
914
env:
1015
- TEST_SUITE=coverage
1116
- TEST_SUITE=integration
12-
- TEST_SUITE=standard
1317
- TEST_SUITE=unit
14-
script: "npm run-script $TEST_SUITE"
18+
script: npm run-script $TEST_SUITE
1519
sudo: false

0 commit comments

Comments
 (0)