Skip to content

Commit

Permalink
add xvfb
Browse files Browse the repository at this point in the history
  • Loading branch information
mironal committed Dec 10, 2017
1 parent b1b799d commit a2849c5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,19 @@ node_js:
- '7'
- '8'

addons:
apt:
packages:
- xvfb

# https://github.com/greenkeeperio/greenkeeper-lockfile

before_install:
- npm install -g npm
- npm install -g greenkeeper-lockfile@1
- npm install -g codecov
- export DISPLAY=':99.0'
- Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
before_script: greenkeeper-lockfile-update
# Only the node version 6 job will upload the lockfile
after_script: greenkeeper-lockfile-upload
Expand Down

0 comments on commit a2849c5

Please sign in to comment.