13 lines
218 B
YAML
13 lines
218 B
YAML
bundler_args: --retry 3
|
|
language: node_js
|
|
services:
|
|
- mongodb
|
|
before_install:
|
|
- export TZ=America/Chicago
|
|
- npm install -g grunt-cli
|
|
install: npm install
|
|
before_script:
|
|
- grunt
|
|
notifications:
|
|
on_failure: change
|