File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -8,23 +8,23 @@ matrix:
8
8
env : TEST_SUITE=unit
9
9
- node_js : ' 0.12'
10
10
env : TEST_SUITE=unit
11
- - node_js : ' iojs '
11
+ - node_js : ' 4 '
12
12
env : TEST_SUITE=unit
13
- - node_js : ' iojs '
13
+ - node_js : ' 4 '
14
14
env : TEST_SUITE=standard
15
- - node_js : ' iojs '
15
+ - node_js : ' 4 '
16
16
env : TEST_SUITE=browser BROWSER_NAME=ie BROWSER_VERSION="11..latest"
17
- - node_js : ' iojs '
17
+ - node_js : ' 4 '
18
18
env : TEST_SUITE=browser BROWSER_NAME=chrome BROWSER_VERSION="44..beta"
19
- - node_js : ' iojs '
19
+ - node_js : ' 4 '
20
20
env : TEST_SUITE=browser BROWSER_NAME=firefox BROWSER_VERSION="40..latest"
21
- - node_js : ' iojs '
21
+ - node_js : ' 4 '
22
22
env : TEST_SUITE=browser BROWSER_NAME=ipad BROWSER_VERSION="8.2"
23
- - node_js : ' iojs '
23
+ - node_js : ' 4 '
24
24
env : TEST_SUITE=browser BROWSER_NAME=iphone BROWSER_VERSION="8.2"
25
- - node_js : ' iojs '
25
+ - node_js : ' 4 '
26
26
env : TEST_SUITE=browser BROWSER_NAME=safari BROWSER_VERSION="5..latest"
27
- - node_js : ' iojs '
27
+ - node_js : ' 4 '
28
28
env : TEST_SUITE=browser BROWSER_NAME=android BROWSER_VERSION="4.0..latest"
29
29
script : " npm run-script $TEST_SUITE"
30
30
env :
You can’t perform that action at this time.
0 commit comments