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 37b07e7 commit 84f9d2bCopy full SHA for 84f9d2b
.travis.yml
@@ -7,6 +7,6 @@ os:
7
after_success: npm run coverage
8
9
node_js:
10
- - "4"
11
- "6"
12
- - "node"
+ - "8"
+ - "10"
appveyor.yml
@@ -3,16 +3,16 @@
3
# Test against these versions of Node.js.
4
environment:
5
matrix:
6
- - nodejs_version: "4"
- nodejs_version: "6"
- - nodejs_version: "7"
+ - nodejs_version: "8"
+ - nodejs_version: "10"
# Install scripts. (runs after repo cloning)
install:
# Get the latest stable version of Node 0.STABLE.latest
13
- ps: Install-Product node $env:nodejs_version
14
# Typical npm stuff.
15
- - npm i npm@5
+ - npm i -g npm@latest
16
- npm install
17
18
# Post-install test scripts.
0 commit comments