Skip to content

Commit

Permalink
CI: test node.js 4.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Sep 11, 2015
1 parent 662b38b commit 633dfed
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
@@ -1,6 +1,6 @@
sudo: false
language: node_js
node_js:
- 'iojs'
- '4'
- '0.12'
- '0.10'
6 changes: 3 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ init:
# What combinations to test
environment:
matrix:
- nodejs_version: 1
- nodejs_version: 0.12
- nodejs_version: 0.10
- nodejs_version: "4"
- nodejs_version: "0.12"
- nodejs_version: "0.10"

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

0 comments on commit 633dfed

Please sign in to comment.