Test on iojs 3 and use Travis containers.

This commit is contained in:
Julien Fontanet 2015-09-07 14:15:55 +02:00
parent e61873f335
commit e708268067

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