mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-08 22:33:24 +00:00
12 lines
191 B
YAML
12 lines
191 B
YAML
language: node_js
|
|
node_js:
|
|
- "0.12"
|
|
before_script:
|
|
- npm install -g gulp
|
|
- npm install -g bower
|
|
- npm install
|
|
- bower install
|
|
script:
|
|
- gulp lint
|
|
- gulp build-prod
|
|
- gulp test |