copay/.travis.yml

11 lines
185 B
YAML

language: node_js
node_js:
- '6'
before_install:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
install:
- npm run apply:bitpay
after_success:
- npm run exec:coveralls