mirror of
https://github.com/henrywhitaker3/Speedtest-Tracker.git
synced 2026-01-04 03:54:51 +01:00
19 lines
225 B
YAML
19 lines
225 B
YAML
language: node_js
|
|
node_js:
|
|
- "7.0"
|
|
- "6.0"
|
|
- "5.0"
|
|
- "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
|