We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0a072e commit 2518575Copy full SHA for 2518575
2 files changed
.travis.yml
@@ -3,7 +3,6 @@ git:
3
depth: 2
4
language: node_js
5
node_js:
6
- - iojs
7
- node
8
- '0.10'
9
after_script: npm run cover
appveyor.yml
@@ -1,5 +1,4 @@
1
-init:
2
- - git config --global core.autocrlf input
+init: git config --global core.autocrlf input
shallow_clone: true
@@ -9,17 +8,15 @@ skip_tags: true
10
environment:
11
matrix:
12
- - nodejs_version: '2'
+ - nodejs_version: '4'
13
- nodejs_version: '0'
14
15
install:
16
- ps: Install-Product node $env:nodejs_version
17
- npm install
18
19
-test_script:
20
- - npm test
+test_script: npm test
21
22
build: off
23
24
-cache:
25
- - node_modules -> package.json
+cache: node_modules -> package.json
0 commit comments