Skip to content

Commit

Permalink
Require xvfb as a service
Browse files Browse the repository at this point in the history
  • Loading branch information
ale-rt committed Oct 2, 2019
1 parent bb01c30 commit e845098
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Expand Up @@ -6,6 +6,8 @@ cache:
- eggs
addons:
firefox: 45.8.0esr
services:
- xvfb
env:
- PLONE_VERSION=5.0
- PLONE_VERSION=5.1
Expand All @@ -19,9 +21,6 @@ install:
- bin/pip install -r requirements.txt
- bin/buildout annotate
- bin/buildout
before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
script:
- bin/code-analysis
- bin/test
Expand Down

0 comments on commit e845098

Please sign in to comment.