mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-08 22:33:24 +00:00
17 lines
251 B
YAML
17 lines
251 B
YAML
language: node_js
|
|
notifications:
|
|
email: false
|
|
sudo: false
|
|
node_js:
|
|
- "4.8.1"
|
|
cache:
|
|
directories:
|
|
- node_modules
|
|
|
|
before_install:
|
|
- git clone https://github.com/EDCD/coriolis-data.git ../coriolis-data
|
|
|
|
script:
|
|
- npm run lint
|
|
- npm test
|