12 lines
195 B
YAML
12 lines
195 B
YAML
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
|