Enable Travis for iojs v3.

This commit is contained in:
Julien Fontanet 2015-08-28 09:06:01 +02:00
parent 51b067def7
commit 64d166cebf

View File

@ -1,6 +1,11 @@
language: node_js
node_js:
- 'iojs-v3'
- 'iojs-v2'
- 'iojs-v1'
- '0.12'
- '0.10'
# Use containers.
# http://docs.travis-ci.com/user/workers/container-based-infrastructure/
sudo: false