Skip to content

Commit

Permalink
Merge pull request #107 from ntwb/patch-1
Browse files Browse the repository at this point in the history
Add NodeJS v5.x.x to Travis CI build matrix
  • Loading branch information
vladikoff committed Dec 29, 2015
2 parents 048cf31 + e96b4b0 commit b7f0e6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
sudo: false
language: node_js
node_js:
- '5'
- '4'
- '0.12'
- '0.10'
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ init:
# What combinations to test
environment:
matrix:
- nodejs_version: "5"
- nodejs_version: "4"
- nodejs_version: "0.12"
- nodejs_version: "0.10"
Expand Down

0 comments on commit b7f0e6f

Please sign in to comment.