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 9a89e5d commit 3a5a20aCopy full SHA for 3a5a20a
.travis.yml
@@ -8,6 +8,5 @@ os:
8
- linux
9
- osx
10
- windows
11
-cache: npm
12
after_success:
13
- nyc report --reporter=text-lcov | coveralls
appveyor.yml
@@ -4,12 +4,10 @@ environment:
4
- nodejs_version: '10'
5
- nodejs_version: '8'
6
- nodejs_version: '6'
7
-matrix:
- fast_finish: true
platform:
- x86
-cache:
- - node_modules
+matrix:
+ fast_finish: true
install:
14
- ps: Install-Product node $env:nodejs_version $env:platform
15
- npm install
0 commit comments