Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
check iojs versions
  • Loading branch information
Dexus committed Sep 3, 2015
1 parent aaf979e commit 89a4518
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,16 @@ language: node_js
sudo: false
node_js:
- "0.10"
- 0.12
- iojs
- "0.12"
- "iojs-v1.8"
- "iojs-v2.5"
- "iojs-v3.3"
before_install:
- npm install -g grunt-cli
notifications:
email:
recipients:
- andris@kreata.ee
- github+2015@josef-froehle.de
- github@josef-froehle.de
on_success: change
on_failure: change

0 comments on commit 89a4518

Please sign in to comment.