Skip to content

Commit

Permalink
Add nodejs versions to TravisCI
Browse files Browse the repository at this point in the history
  • Loading branch information
richleland committed Nov 30, 2015
1 parent bd86888 commit c8d1bb9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
language: node_js
node_js:
- '4.1'
- '4.0'
- '0.12'
- '0.10'
before_install: npm install -g grunt-cli
install: npm install
Expand Down

0 comments on commit c8d1bb9

Please sign in to comment.