mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-08 22:33:24 +00:00
16 lines
193 B
YAML
16 lines
193 B
YAML
language: node_js
|
|
notifications:
|
|
email: false
|
|
sudo: false
|
|
node_js:
|
|
- "0.12"
|
|
cache:
|
|
directories:
|
|
- node_modules
|
|
|
|
before_script:
|
|
|
|
script:
|
|
- npm run lint
|
|
- npm test
|
|
- npm run build |