Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andris9 committed Feb 11, 2015
1 parent c1a44ef commit cd18e94
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
@@ -1,7 +1,8 @@
language: node_js
node_js:
- "0.10"
- "0.11"
- 0.12
- iojs

before_install:
- npm install -g grunt-cli
Expand All @@ -17,4 +18,4 @@ notifications:
- https://webhooks.gitter.im/e/0ed18fd9b3e529b3c2cc
on_success: change # options: [always|never|change] default: always
on_failure: always # options: [always|never|change] default: always
on_start: false # default: false
on_start: false # default: false

0 comments on commit cd18e94

Please sign in to comment.