Skip to content

Commit bed6ca0

Browse files
committed
Travis: node versions as strings
1 parent 567ac74 commit bed6ca0

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.travis.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1+
sudo: false
12
language: node_js
23
before_install:
34
- npm install npm -g
45
node_js:
5-
- 5
6-
- 4
7-
- io.js
8-
- 0.12
9-
- 0.10
6+
- "0.10"
7+
- "0.12"
8+
- "io.js"
9+
- "4"
10+
- "5"
1011
matrix:
1112
include:
12-
- node_js: 4
13+
- node_js: "4"
1314
env: TEST_SUITE=standard
1415
env:
1516
- TEST_SUITE=coverage
1617
- TEST_SUITE=integration
1718
- TEST_SUITE=unit
1819
script: npm run-script $TEST_SUITE
19-
sudo: false

0 commit comments

Comments
 (0)