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 language: node_js
node_js: node_js:
- '4.0' - '6'
before_install: before_install:
- npm install -g bower
- npm install -g grunt-cli
- export DISPLAY=:99.0 - export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start - sh -e /etc/init.d/xvfb start
install: install:
- bower install - npm run apply:bitpay
- npm install
after_success: after_success:
- npm run exec:coveralls - npm run exec:coveralls