Skip to content

Commit bd73ac4

Browse files
committed
node 4
1 parent 2bfbd63 commit bd73ac4

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.travis.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,23 +8,23 @@ matrix:
88
env: TEST_SUITE=unit
99
- node_js: '0.12'
1010
env: TEST_SUITE=unit
11-
- node_js: 'iojs'
11+
- node_js: '4'
1212
env: TEST_SUITE=unit
13-
- node_js: 'iojs'
13+
- node_js: '4'
1414
env: TEST_SUITE=standard
15-
- node_js: 'iojs'
15+
- node_js: '4'
1616
env: TEST_SUITE=browser BROWSER_NAME=ie BROWSER_VERSION="11..latest"
17-
- node_js: 'iojs'
17+
- node_js: '4'
1818
env: TEST_SUITE=browser BROWSER_NAME=chrome BROWSER_VERSION="44..beta"
19-
- node_js: 'iojs'
19+
- node_js: '4'
2020
env: TEST_SUITE=browser BROWSER_NAME=firefox BROWSER_VERSION="40..latest"
21-
- node_js: 'iojs'
21+
- node_js: '4'
2222
env: TEST_SUITE=browser BROWSER_NAME=ipad BROWSER_VERSION="8.2"
23-
- node_js: 'iojs'
23+
- node_js: '4'
2424
env: TEST_SUITE=browser BROWSER_NAME=iphone BROWSER_VERSION="8.2"
25-
- node_js: 'iojs'
25+
- node_js: '4'
2626
env: TEST_SUITE=browser BROWSER_NAME=safari BROWSER_VERSION="5..latest"
27-
- node_js: 'iojs'
27+
- node_js: '4'
2828
env: TEST_SUITE=browser BROWSER_NAME=android BROWSER_VERSION="4.0..latest"
2929
script: "npm run-script $TEST_SUITE"
3030
env:

0 commit comments

Comments
 (0)