mirror of
https://github.com/fergalmoran/dss.web.git
synced 2026-02-15 12:34:17 +00:00
8 lines
134 B
YAML
Executable File
8 lines
134 B
YAML
Executable File
language: node_js
|
|
node_js:
|
|
- '0.10'
|
|
- '0.11'
|
|
before_script:
|
|
- npm install -g bower grunt-cli
|
|
- bower install
|
|
services: mongodb |