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 533ee4b commit 90acbb9Copy full SHA for 90acbb9
.travis.yml
@@ -8,7 +8,6 @@ os:
8
- linux
9
node_js:
10
- 12
11
- - 11
12
- 10
13
- 8
14
env:
@@ -22,10 +21,6 @@ matrix:
22
21
- node_js: 12
23
env: FRESH_DEPS=false
24
os: linux # Windows already tests without fresh dependencies, and we test *with* on Linux.
25
- - node_js: 11
26
- os: windows # We don't need to test odd-version releases very hard.
27
28
- env: FRESH_DEPS=true
29
- node_js: 10
30
env: FRESH_DEPS=true
31
- node_js: 8
package.json
@@ -7,7 +7,7 @@
7
"homepage": "https://avajs.dev",
"bin": "cli.js",
"engines": {
- "node": ">=8.9.4 <9 || >=10.0.0"
+ "node": ">=8.9.4 <9 || >=10.0.0 <11 || >=12.0.0"
},
"scripts": {
"lint": "xo",
0 commit comments