Skip to content

Commit 7544562

Browse files
committed
Update CI configs
1 parent 49182f1 commit 7544562

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

.travis.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,19 @@ cache:
88
- node_modules
99
matrix:
1010
include:
11-
- node_js: '9'
11+
- node_js: "11"
1212
script: npm run test -- --runInBand && npm run size
13-
env: CI=tests 9
14-
- node_js: '9'
13+
env: CI=tests 11
14+
- node_js: "10"
15+
script: npm run test -- --runInBand && npm run size
16+
env: CI=tests 10
17+
- node_js: "10"
1518
script: npm test -- --runInBand --coverage && npm run size
1619
env: CI=coverage
17-
- node_js: '8'
20+
- node_js: "8"
1821
script: npm run test -- --runInBand && npm run size
1922
env: CI=tests 8
20-
- node_js: '6'
23+
- node_js: "6"
2124
script: npm run test -- --runInBand && npm run size
2225
env: CI=tests 6
2326
before_install:

appveyor.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
environment:
44
matrix:
5+
- nodejs_version: 11
6+
- nodejs_version: 10
7+
- nodejs_version: 8
58
- nodejs_version: 6
69

710
version: "{build}"

0 commit comments

Comments
 (0)