Skip to content

Commit

Permalink
updated travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
M. Peter committed Jul 18, 2016
1 parent 72eddd7 commit 20924fe
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
services:
- redis-server
os:
- linux
language: node_js
node_js:
- 0.10
- 0.12
- 4.0
- 4.4
- 5.1
- 5.5
- 5.11
- 6.0
- 6.1
- iojs
- node
before_script:
- "npm install -g mocha grunt-cli"
- "grunt build"
- "grunt build"

0 comments on commit 20924fe

Please sign in to comment.