Files
opensprinkler-weather/.travis.yml
Samer Albahra f5c1e65b71 More cleanup
2018-07-22 19:33:57 -05:00

13 lines
271 B
YAML

bundler_args: --retry 3
language: node_js
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