10 lines
163 B
YAML
10 lines
163 B
YAML
language: node_js
|
|
node_js:
|
|
# - 'stable'
|
|
- '4'
|
|
- '0.12'
|
|
|
|
# Use containers.
|
|
# http://docs.travis-ci.com/user/workers/container-based-infrastructure/
|
|
sudo: false
|