Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Stop testing Node.js 11, remove from engines entry
  • Loading branch information
novemberborn committed Jul 7, 2019
1 parent 533ee4b commit 90acbb9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions .travis.yml
Expand Up @@ -8,7 +8,6 @@ os:
- linux
node_js:
- 12
- 11
- 10
- 8
env:
Expand All @@ -22,10 +21,6 @@ matrix:
- node_js: 12
env: FRESH_DEPS=false
os: linux # Windows already tests without fresh dependencies, and we test *with* on Linux.
- node_js: 11
os: windows # We don't need to test odd-version releases very hard.
- node_js: 11
env: FRESH_DEPS=true
- node_js: 10
env: FRESH_DEPS=true
- node_js: 8
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -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",
Expand Down

0 comments on commit 90acbb9

Please sign in to comment.