@@ -28,15 +28,15 @@ matrix:
28
28
name : build
29
29
paths :
30
30
- ./
31
- node_js : " lts/* "
31
+ node_js : " lts/gallium "
32
32
env :
33
33
install :
34
34
- ' npm install'
35
35
before_script :
36
36
- ' npx lerna bootstrap'
37
37
script :
38
38
- ' npx lerna run build'
39
- - node_js : " lts/* "
39
+ - node_js : " lts/gallium "
40
40
env : LINT=true
41
41
stage : test
42
42
- node_js : " 8"
@@ -45,37 +45,37 @@ matrix:
45
45
- node_js : " 6"
46
46
env : REACT=16
47
47
stage : test
48
- - node_js : " lts/* "
48
+ - node_js : " lts/gallium "
49
49
env : REACT=16.8.5 RENDERER=16.8.5
50
50
stage : test
51
- - node_js : " lts/* "
51
+ - node_js : " lts/gallium "
52
52
env : REACT=16.8.5 RENDERER=16.8.3
53
53
stage : test
54
- - node_js : " lts/* "
54
+ - node_js : " lts/gallium "
55
55
env : REACT=16.8.3
56
56
stage : test
57
- - node_js : " lts/* "
57
+ - node_js : " lts/gallium "
58
58
env : REACT=16.8 RENDERER=16.7
59
59
stage : test
60
- - node_js : " lts/* "
60
+ - node_js : " lts/gallium "
61
61
env : REACT=16.7 RENDERER=16.8
62
62
stage : test
63
- - node_js : " lts/* "
63
+ - node_js : " lts/gallium "
64
64
env : REACT=16.7 RENDERER=16.7
65
65
stage : test
66
- - node_js : " lts/* "
66
+ - node_js : " lts/gallium "
67
67
env : REACT=16.3 ADAPTER=16
68
68
stage : test
69
- - node_js : " lts/* "
69
+ - node_js : " lts/gallium "
70
70
env : REACT=15.3
71
71
stage : test
72
- - node_js : " lts/* "
72
+ - node_js : " lts/gallium "
73
73
env : REACT=15.2
74
74
stage : test
75
- - node_js : " lts/* "
75
+ - node_js : " lts/gallium "
76
76
env : REACT=15.1
77
77
stage : test
78
- - node_js : " lts/* "
78
+ - node_js : " lts/gallium "
79
79
env : REACT=15.0
80
80
stage : test
81
81
- node_js : " 6"
@@ -104,9 +104,9 @@ matrix:
104
104
env : KARMA=true REACT=15
105
105
- node_js : " 6"
106
106
env : KARMA=true REACT=16
107
- - node_js : " lts/* "
107
+ - node_js : " lts/gallium "
108
108
env : REACT=16.8.5 RENDERER=16.8.3
109
- - node_js : " lts/* "
109
+ - node_js : " lts/gallium "
110
110
env : REACT=16.8 RENDERER=16.7
111
111
exclude :
112
112
- node_js : " 6"
0 commit comments