copay/.travis.yml

13 lines
217 B
YAML
Raw Normal View History

sudo: required
dist: trusty
2014-04-14 10:19:58 -07:00
language: node_js
node_js:
- '6'
2014-08-19 12:51:28 -07:00
before_install:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
2014-08-19 12:51:28 -07:00
install:
- npm run apply:bitpay
# after_success:
# - npm run exec:coveralls