Skip to content

Commit

Permalink
Merge pull request #2 from PixnBits/test-update
Browse files Browse the repository at this point in the history
Update the list of environments to test in
  • Loading branch information
Daniel Perez committed Dec 12, 2015
2 parents 82ed8f1 + b460966 commit 1b85c34
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
language: node_js
node_js:
- '0.11'
- '5.1'
- '4.2'
- '0.12'
- '0.10'
- 'iojs'
before_install: npm install -g grunt-cli
script: grunt coverage
notifications:
Expand Down

0 comments on commit 1b85c34

Please sign in to comment.