copay/.travis.yml

12 lines
213 B
YAML
Raw Normal View History

2014-04-14 10:19:58 -07:00
language: node_js
node_js:
2014-06-19 08:40:39 -07:00
- '0.10'
before_install: npm install -g grunt-cli
install: npm install
before_script: grunt shell
notifications:
2014-08-19 11:21:24 -07:00
email:
recipients:
2014-08-19 11:24:20 -07:00
- gregg@bitpay.com
2014-08-19 11:21:24 -07:00
on_success: always