Skip to content

Commit

Permalink
Merge pull request #104 from XhmikosR/master
Browse files Browse the repository at this point in the history
CI: test node.js 4.0.
  • Loading branch information
sindresorhus committed Sep 12, 2015
2 parents 662b38b + 633dfed commit 048cf31
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 048cf31

Please sign in to comment.