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 7d6bddc commit 164bdb9Copy full SHA for 164bdb9
.travis.yml
@@ -2,9 +2,9 @@ language: node_js
2
sudo: true
3
dist: trusty
4
node_js:
5
- - "4"
6
- - "6"
7
- - "8"
+ - 6
+ - 8
+ - 10
8
install:
9
- yarn
10
script: npm test
appveyor.yml
@@ -2,9 +2,9 @@
environment:
matrix:
# node.js
- - nodejs_version: "4"
- - nodejs_version: "6"
- - nodejs_version: "8"
+ - nodejs_version: 6
+ - nodejs_version: 8
+ - nodejs_version: 10
# Install scripts. (runs after repo cloning)
0 commit comments