2014-04-14 14:19:58 -03:00
|
|
|
language: node_js
|
|
|
|
|
node_js:
|
2016-10-26 20:03:55 -04:00
|
|
|
- '6'
|
2014-08-19 12:51:28 -07:00
|
|
|
before_install:
|
2014-08-20 10:11:00 -07:00
|
|
|
- export DISPLAY=:99.0
|
|
|
|
|
- sh -e /etc/init.d/xvfb start
|
2014-08-19 12:51:28 -07:00
|
|
|
install:
|
2016-10-26 20:03:55 -04:00
|
|
|
- npm run apply:bitpay
|
2016-06-15 13:53:09 -03:00
|
|
|
after_success:
|
|
|
|
|
- npm run exec:coveralls
|