mirror of
https://kevinblog.sytes.net/Code/Jibo-Revival-Group/Zos.git
synced 2026-06-16 18:36:42 +00:00
16 lines
195 B
YAML
16 lines
195 B
YAML
language: node_js
|
|
node_js:
|
|
- "4.0"
|
|
- "iojs"
|
|
- "0.12"
|
|
- "0.11"
|
|
- "0.10"
|
|
- "0.8"
|
|
|
|
matrix:
|
|
allow_failures:
|
|
- node_js: "0.8"
|
|
|
|
# Allow Travis tests to run in containers.
|
|
sudo: false
|