Wallet/.travis.yml
2016-10-26 20:05:06 -04:00

10 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