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