File tree Expand file tree Collapse file tree 2 files changed +11
-25
lines changed Expand file tree Collapse file tree 2 files changed +11
-25
lines changed Original file line number Diff line number Diff line change 1
1
environment :
2
2
matrix :
3
- - nodejs_version : " 6 "
3
+ - nodejs_version : " 8 "
4
4
5
5
matrix :
6
6
fast_finish : true
Original file line number Diff line number Diff line change @@ -21,9 +21,7 @@ matrix:
21
21
fast_finish : true
22
22
allow_failures :
23
23
- env : nightly
24
- - env : ng2
25
- - node_js : " 7"
26
- - node_js : " 8"
24
+ - env : node9
27
25
include :
28
26
# Build stage
29
27
- stage : build
@@ -36,49 +34,37 @@ matrix:
36
34
- stage : test
37
35
script : npm run test
38
36
env : test
39
- - node_js : " 6 "
37
+ - node_js : " 8 "
40
38
os : linux
41
39
script : node tests/run_e2e.js --nb-shards=4 --shard=0 --nosilent
42
40
env : e2e-0
43
- - node_js : " 6 "
41
+ - node_js : " 8 "
44
42
os : linux
45
43
script : node tests/run_e2e.js --nb-shards=4 --shard=1 --nosilent
46
44
env : e2e-1
47
- - node_js : " 6 "
45
+ - node_js : " 8 "
48
46
os : linux
49
47
script : node tests/run_e2e.js --nb-shards=4 --shard=2 --nosilent
50
48
env : e2e-2
51
- - node_js : " 6 "
49
+ - node_js : " 8 "
52
50
os : linux
53
51
script : node tests/run_e2e.js --nb-shards=4 --shard=3 --nosilent
54
52
env : e2e-3
55
- - node_js : " 6 "
53
+ - node_js : " 8 "
56
54
os : linux
57
55
script : node tests/run_e2e.js --eject "--glob=tests/build/**"
58
56
env : eject
59
57
60
58
# Optional stage.
61
59
- stage : optional
62
- node_js : " 6"
63
- os : linux
64
- script : node tests/run_e2e.js --ng2 "--glob=tests/build/**"
65
- env : ng2
66
- - node_js : " 6"
67
- os : linux
68
- script : node tests/run_e2e.js --ng4 "--glob=tests/build/**"
69
- env : ng4
70
- - node_js : " 6"
60
+ node_js : " 8"
71
61
os : linux
72
62
script : node tests/run_e2e.js --nightly "--glob=tests/build/**"
73
63
env : nightly
74
- - node_js : " 7"
75
- os : linux
76
- script : node tests/run_e2e.js "--glob=tests/build/**"
77
- env : node7
78
- - node_js : " 8"
64
+ - node_js : " 9"
79
65
os : linux
80
66
script : node tests/run_e2e.js "--glob=tests/build/**"
81
- env : node8
67
+ env : node9
82
68
83
69
# Deploy stage
84
70
- stage : deploy
@@ -102,7 +88,7 @@ matrix:
102
88
103
89
before_install :
104
90
# Install npm 5.
105
- - npm install -g npm@~5.3.0
91
+ - npm install -g npm@~5.5.1
106
92
107
93
install :
108
94
- npm install
You can’t perform that action at this time.
0 commit comments