Skip to content

Commit

Permalink
Merge f581f73 into 4e59553
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Feb 8, 2015
2 parents 4e59553 + f581f73 commit 7e66e52
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ language: node_js
script: npm run coverage && cat ./coverage/lcov.info | coveralls
node_js:
- "0.10"
- "0.11"
- "0.12"
6 changes: 3 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
version: "{build}"

clone_depth: 10

environment:
matrix:
- nodejs_version: 0.10
- nodejs_version: 0.11
- nodejs_version: 0.12

install:
- ps: Install-Product node $env:nodejs_version
Expand All @@ -20,5 +22,3 @@ cache:

matrix:
fast_finish: true
allow_failures:
- nodejs_version: 0.11

0 comments on commit 7e66e52

Please sign in to comment.