Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hernanchavezthielemann authored Apr 30, 2019
1 parent ca75fb3 commit 2c12705
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ language: python
python: 2.7
install: python2 setup -t

services:
- xvfb

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

script: ./run

0 comments on commit 2c12705

Please sign in to comment.