Skip to content

Commit

Permalink
Update CI configs.
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Jan 14, 2017
1 parent 556c63d commit 165adf2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ language: node_js

node_js:
- "4"
- "5"
- "6"
- "iojs"
- "7"

matrix:
fast_finish: true
Expand Down
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ environment:
platform: x64
- nodejs_version: "4"
platform: x86
- nodejs_version: "5"
platform: x86
- nodejs_version: "6"
platform: x86
- nodejs_version: "7"
platform: x86

install:
- ps: Install-Product node $env:nodejs_version $env:platform
Expand Down

0 comments on commit 165adf2

Please sign in to comment.