copay/.travis.yml

14 lines
250 B
YAML
Raw Normal View History

2014-04-14 10:19:58 -07:00
language: node_js
node_js:
2016-07-28 11:33:10 -07:00
- '4.0'
2014-08-19 12:51:28 -07:00
before_install:
- npm install -g bower
- npm install -g grunt-cli
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
2014-08-19 12:51:28 -07:00
install:
- bower install
- npm install
2016-06-15 09:53:09 -07:00
after_success:
- npm run exec:coveralls