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 73ae01f commit 4b571baCopy full SHA for 4b571ba
.travis.yml
@@ -1,10 +1,9 @@
1
sudo: false
2
language: node_js
3
node_js:
4
- - "8"
5
- "10"
6
- "12"
7
- - "13"
+ - "14"
8
9
before_install:
10
- travis_retry npm install
@@ -16,7 +15,7 @@ script:
16
15
17
matrix:
18
allow_failures:
19
- - node_js: "13"
+ - node_js: "14"
20
21
notifications:
22
email:
appveyor.yml
@@ -2,9 +2,9 @@ version: "{build}"
environment:
- - nodejs_version: 8
- nodejs_version: 10
- nodejs_version: 12
+ - nodejs_version: 14
fast_finish: true
0 commit comments