Test on iojs 3 and use containers on Travis.

This commit is contained in:
Julien Fontanet 2015-09-07 16:23:33 +02:00
parent 2540ac34b3
commit 5485e8a322

View File

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