Skip to content
This repository has been archived by the owner on Apr 6, 2020. It is now read-only.

Commit

Permalink
Merge pull request #172 from ethereumjs/travis-xvfb
Browse files Browse the repository at this point in the history
Fix travis xvfb service
  • Loading branch information
holgerd77 authored Aug 29, 2019
2 parents 9a6324f + 0b43165 commit b7c782a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ node_js:
- "11"
env:
- CXX=g++-4.8
services:
- xvfb
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
before_install:
- sh -e /etc/init.d/xvfb start
env:
global:
- DISPLAY=:99.0
Expand Down

0 comments on commit b7c782a

Please sign in to comment.