We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df15118 commit 5017a88Copy full SHA for 5017a88
.travis.yml
@@ -6,7 +6,8 @@ node_js:
6
- "4"
7
- "6"
8
- "8"
9
- - "9"
+ - "10"
10
+ - "11"
11
12
script:
13
- npm test
appveyor.yml
@@ -2,7 +2,7 @@ version: '{build}'
2
shallow_clone: true
3
4
install:
5
- - ps: Install-Product node 8
+ - ps: Install-Product node 10
- set CI=true
- set AVA_APPVEYOR=true
- node --version
0 commit comments