Skip to content
This repository has been archived by the owner on Sep 25, 2019. It is now read-only.

Commit

Permalink
update(travis): test on NodeJS 4, 5, 6
Browse files Browse the repository at this point in the history
  • Loading branch information
Splaktar committed Aug 28, 2016
1 parent 32df4ac commit 595843e
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,6 +1,9 @@
language: node_js
node_js:
- '0.12'
- '4'
- '5'
- '6'
before_script:
- npm install -g bower grunt-cli
- bower install
Expand Down

0 comments on commit 595843e

Please sign in to comment.