mirror of
https://github.com/EDCD/coriolis-data.git
synced 2025-12-08 15:13:23 +00:00
14 lines
159 B
YAML
14 lines
159 B
YAML
language: node_js
|
|
notifications:
|
|
email: false
|
|
sudo: false
|
|
node_js:
|
|
- "4.2.6"
|
|
cache:
|
|
directories:
|
|
- node_modules
|
|
|
|
before_script:
|
|
|
|
script:
|
|
- npm test |