ci(travis): update travis configuration

This commit is contained in:
Jason Dreyzehner 2016-10-26 20:03:55 -04:00
parent e262e29afb
commit bed35178c9
1 changed files with 2 additions and 5 deletions

View File

@ -1,13 +1,10 @@
language: node_js
node_js:
- '4.0'
- '6'
before_install:
- npm install -g bower
- npm install -g grunt-cli
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
install:
- bower install
- npm install
- npm run apply:bitpay
after_success:
- npm run exec:coveralls