Skip to content

Commit 5017a88

Browse files
committed
⚒ update CI settings
1 parent df15118 commit 5017a88

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ node_js:
66
- "4"
77
- "6"
88
- "8"
9-
- "9"
9+
- "10"
10+
- "11"
1011

1112
script:
1213
- npm test

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '{build}'
22
shallow_clone: true
33

44
install:
5-
- ps: Install-Product node 8
5+
- ps: Install-Product node 10
66
- set CI=true
77
- set AVA_APPVEYOR=true
88
- node --version

0 commit comments

Comments
 (0)