Wallet/.travis.yml

19 lines
393 B
YAML
Raw Normal View History

2014-04-14 14:19:58 -03:00
language: node_js
node_js:
2014-06-19 12:40:39 -03:00
- '0.10'
2014-08-19 12:51:28 -07:00
before_install:
- npm install -g bower
- npm install -g grunt-cli
- "export CHROME_BIN=/usr/bin/chromium-browser"
2014-08-19 16:20:02 -07:00
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
2014-08-19 12:51:28 -07:00
install:
- npm install
- bower install
2014-08-19 12:51:28 -07:00
before_script:
- grunt shell --target=dev
2014-06-19 12:40:39 -03:00
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