Skip to content

Commit

Permalink
Merge pull request #5 from kellyselden/update-ci
Browse files Browse the repository at this point in the history
update ci
  • Loading branch information
Kelly Selden committed Aug 2, 2016
2 parents fd7654d + c730be4 commit a066af5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
language: node_js
node_js:
- "5"
- "6"
- "4"
- "0.12"
- "0.11"
- "iojs"

branches:
only:
- master

cache:
directories:
- node_modules
Expand Down
7 changes: 5 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,20 @@
environment:
matrix:
# node.js
- nodejs_version: "0.11"
- nodejs_version: "0.12"
- nodejs_version: "4"
- nodejs_version: "5"
- nodejs_version: "6"
# io.js
- nodejs_version: "1.0"

platform:
- x86
- x64

branches:
only:
- master

# Fix line endings in Windows. (runs before repo cloning)
init:
- git config --global core.autocrlf true
Expand Down

0 comments on commit a066af5

Please sign in to comment.