copay/.travis.yml

12 lines
209 B
YAML
Raw Normal View History

2014-04-14 10:19:58 -07:00
language: node_js
node_js:
- '0.10'
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