Files
opensprinkler-weather/.travis.yml
2018-05-21 20:45:11 -05:00

15 lines
293 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
after_script:
- istanbul cover ./node_modules/mocha/bin/_mocha -- -R spec
notifications:
on_failure: change