Skip to content

Commit

Permalink
Start xvfb for tests with vizualization.
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcCote committed Feb 13, 2020
1 parent 8bce5e0 commit b41135c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,9 @@ matrix:
install:
- ./.travis/setup.sh

before_script:
- "sh -e /etc/init.d/xvfb start"
- sleep 3 # give xvfb some time to start

script:
- ./.travis/test.sh

0 comments on commit b41135c

Please sign in to comment.