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 086bcfc commit a156332Copy full SHA for a156332
.travis.yml
@@ -1,11 +1,11 @@
1
language: node_js
2
node_js:
3
- "4"
4
- - "5"
5
- "6"
6
- "7"
+ - "8"
7
before_install:
8
- - if [[ `npm -v` != 3* ]]; then npm i -g npm@3; fi
+ - if [[ `npm -v` != 5* ]]; then npm i -g npm@latest; fi
9
after_success:
10
- npm run coverage
11
- npm run test:flags
appveyor.yml
@@ -1,13 +1,13 @@
environment:
matrix:
- nodejs_version: "4"
- - nodejs_version: "5"
- nodejs_version: "6"
- - nodejs_version: "7"
+ - nodejs_version: "8"
+ - nodejs_version: "9"
install:
- ps: Install-Product node $env:nodejs_version
- - npm i -g npm@3
+ - npm i -g npm@latest
- npm install
12
13
test_script:
0 commit comments