Skip to content

Commit

Permalink
Use min node.js 6 and drop xvfb in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeembrey committed May 22, 2018
1 parent d8bc4fe commit 57a1f86
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,8 @@ notifications:
on_success: never
on_failure: change

addons:
apt:
packages:
- xvfb

install:
- export DISPLAY=':99.0'
- Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
- npm install
- npm install bluebird

node_js:
- '4'
- '6'
- stable

after_script: "npm install coveralls@2 && cat ./coverage/lcov.info | coveralls"

0 comments on commit 57a1f86

Please sign in to comment.