Files
opensprinkler-weather/.travis.yml
2018-07-22 23:57:48 -05:00

14 lines
283 B
YAML

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