Skip to content

Commit 77d2cd3

Browse files
clydinhansl
authored andcommitted
ci: update for node 8
1 parent 804472d commit 77d2cd3

File tree

2 files changed

+11
-25
lines changed

2 files changed

+11
-25
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
environment:
22
matrix:
3-
- nodejs_version: "6"
3+
- nodejs_version: "8"
44

55
matrix:
66
fast_finish: true

.travis.yml

Lines changed: 10 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,7 @@ matrix:
2121
fast_finish: true
2222
allow_failures:
2323
- env: nightly
24-
- env: ng2
25-
- node_js: "7"
26-
- node_js: "8"
24+
- env: node9
2725
include:
2826
# Build stage
2927
- stage: build
@@ -36,49 +34,37 @@ matrix:
3634
- stage: test
3735
script: npm run test
3836
env: test
39-
- node_js: "6"
37+
- node_js: "8"
4038
os: linux
4139
script: node tests/run_e2e.js --nb-shards=4 --shard=0 --nosilent
4240
env: e2e-0
43-
- node_js: "6"
41+
- node_js: "8"
4442
os: linux
4543
script: node tests/run_e2e.js --nb-shards=4 --shard=1 --nosilent
4644
env: e2e-1
47-
- node_js: "6"
45+
- node_js: "8"
4846
os: linux
4947
script: node tests/run_e2e.js --nb-shards=4 --shard=2 --nosilent
5048
env: e2e-2
51-
- node_js: "6"
49+
- node_js: "8"
5250
os: linux
5351
script: node tests/run_e2e.js --nb-shards=4 --shard=3 --nosilent
5452
env: e2e-3
55-
- node_js: "6"
53+
- node_js: "8"
5654
os: linux
5755
script: node tests/run_e2e.js --eject "--glob=tests/build/**"
5856
env: eject
5957

6058
# Optional stage.
6159
- 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"
7161
os: linux
7262
script: node tests/run_e2e.js --nightly "--glob=tests/build/**"
7363
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"
7965
os: linux
8066
script: node tests/run_e2e.js "--glob=tests/build/**"
81-
env: node8
67+
env: node9
8268

8369
# Deploy stage
8470
- stage: deploy
@@ -102,7 +88,7 @@ matrix:
10288

10389
before_install:
10490
# Install npm 5.
105-
- npm install -g npm@~5.3.0
91+
- npm install -g npm@~5.5.1
10692

10793
install:
10894
- npm install

0 commit comments

Comments
 (0)