@@ -28,15 +28,15 @@ matrix:
2828 name : build
2929 paths :
3030 - ./
31- node_js : " lts/* "
31+ node_js : " lts/gallium "
3232 env :
3333 install :
3434 - ' npm install'
3535 before_script :
3636 - ' npx lerna bootstrap'
3737 script :
3838 - ' npx lerna run build'
39- - node_js : " lts/* "
39+ - node_js : " lts/gallium "
4040 env : LINT=true
4141 stage : test
4242 - node_js : " 8"
@@ -45,37 +45,37 @@ matrix:
4545 - node_js : " 6"
4646 env : REACT=16
4747 stage : test
48- - node_js : " lts/* "
48+ - node_js : " lts/gallium "
4949 env : REACT=16.8.5 RENDERER=16.8.5
5050 stage : test
51- - node_js : " lts/* "
51+ - node_js : " lts/gallium "
5252 env : REACT=16.8.5 RENDERER=16.8.3
5353 stage : test
54- - node_js : " lts/* "
54+ - node_js : " lts/gallium "
5555 env : REACT=16.8.3
5656 stage : test
57- - node_js : " lts/* "
57+ - node_js : " lts/gallium "
5858 env : REACT=16.8 RENDERER=16.7
5959 stage : test
60- - node_js : " lts/* "
60+ - node_js : " lts/gallium "
6161 env : REACT=16.7 RENDERER=16.8
6262 stage : test
63- - node_js : " lts/* "
63+ - node_js : " lts/gallium "
6464 env : REACT=16.7 RENDERER=16.7
6565 stage : test
66- - node_js : " lts/* "
66+ - node_js : " lts/gallium "
6767 env : REACT=16.3 ADAPTER=16
6868 stage : test
69- - node_js : " lts/* "
69+ - node_js : " lts/gallium "
7070 env : REACT=15.3
7171 stage : test
72- - node_js : " lts/* "
72+ - node_js : " lts/gallium "
7373 env : REACT=15.2
7474 stage : test
75- - node_js : " lts/* "
75+ - node_js : " lts/gallium "
7676 env : REACT=15.1
7777 stage : test
78- - node_js : " lts/* "
78+ - node_js : " lts/gallium "
7979 env : REACT=15.0
8080 stage : test
8181 - node_js : " 6"
@@ -104,9 +104,9 @@ matrix:
104104 env : KARMA=true REACT=15
105105 - node_js : " 6"
106106 env : KARMA=true REACT=16
107- - node_js : " lts/* "
107+ - node_js : " lts/gallium "
108108 env : REACT=16.8.5 RENDERER=16.8.3
109- - node_js : " lts/* "
109+ - node_js : " lts/gallium "
110110 env : REACT=16.8 RENDERER=16.7
111111 exclude :
112112 - node_js : " 6"
0 commit comments