Skip to content

Commit 19103af

Browse files
author
Vitaly Puzrin
committedJun 10, 2015
Updated travis config
1 parent 63ec847 commit 19103af

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎.travis.yml

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
language: node_js
22
node_js:
33
- "0.10"
4+
- "0.12"
5+
- iojs
46
before_script: "make dev-deps"
57
script: "make test"
8+
sudo: false

0 commit comments

Comments
 (0)
Please sign in to comment.