Skip to content

Commit

Permalink
Merge pull request #310 from ascripcaru/test
Browse files Browse the repository at this point in the history
Travis build with node 4 and 5
  • Loading branch information
Adam Kliment committed Dec 17, 2015
2 parents f86c6b2 + b3c851f commit 00e98f8
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
@@ -1,11 +1,14 @@
sudo: required
dist: trusty

language: node_js

node_js:
- "0.10"
- "0.12"
- "iojs-v2.5.0"

sudo: false
- "4"
- "5"

notifications:
email:
Expand Down

0 comments on commit 00e98f8

Please sign in to comment.