We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbfa69f commit ab698c1Copy full SHA for ab698c1
.travis.yml
@@ -2,6 +2,7 @@ language: node_js
2
node_js:
3
- "8"
4
- "10"
5
+ - "12"
6
os: linux
7
sudo: false
8
before_install:
appveyor.yml
@@ -1,6 +1,7 @@
1
environment:
matrix:
# node.js
+ - nodejs_version: "12"
- nodejs_version: "10"
- nodejs_version: "8"
0 commit comments