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