mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2025-03-12 08:45:48 +00:00
17 lines
143 B
YAML
17 lines
143 B
YAML
script:
|
|
- "npm test"
|
|
|
|
language: node_js
|
|
|
|
node_js:
|
|
- "5"
|
|
- "4"
|
|
- iojs
|
|
- "0.12"
|
|
|
|
sudo: false
|
|
|
|
cache:
|
|
directories:
|
|
- node_modules
|