mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-08 22:33:24 +00:00
Over the new few days I will test the newer major versions, for now just bumping to the latest V4 LTS
16 lines
177 B
YAML
16 lines
177 B
YAML
language: node_js
|
|
notifications:
|
|
email: false
|
|
sudo: false
|
|
node_js:
|
|
- "4.8.1"
|
|
cache:
|
|
directories:
|
|
- node_modules
|
|
|
|
before_script:
|
|
|
|
script:
|
|
- npm run lint
|
|
- npm test
|