Skip to content
This repository has been archived by the owner on Jan 6, 2021. It is now read-only.

Commit

Permalink
chore(ci): Run tests against same node versions (#26)
Browse files Browse the repository at this point in the history
* Run tests against same node versions

* Added same node versions to appveyor

* Update .travis.yml

* Update appveyor.yml
  • Loading branch information
amilajack authored and Kent C. Dodds committed Aug 28, 2016
1 parent 1582ac1 commit b7f6245
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ branches:
notifications:
email: false
node_js:
- iojs
- 6
before_install:
- npm i -g npm@^2.0.0
before_script:
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ branches:
- master

environment:
nodejs_version: "4.2"
nodejs_version: 6

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

0 comments on commit b7f6245

Please sign in to comment.