Skip to content

Commit

Permalink
Add more Travis tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnAlbin committed Nov 15, 2015
1 parent 0b17c59 commit 4fe5ad0
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
# Configuration options are documented at:
# http://docs.travis-ci.com/user/languages/javascript-with-nodejs/
language: node_js
node_js:
- "0.10"
- node
- '0.10'
- '0.12'
- '4.0'
- '4.1'
- '5.0'
- iojs
before_install:
before_script:
- npm install -g bower
- cd test
- bower install -f
Expand Down

0 comments on commit 4fe5ad0

Please sign in to comment.