Skip to content

Commit

Permalink
modified travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Roberto Diaz committed Jun 22, 2018
1 parent 806105f commit f1a771d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@ sudo: false
python:
- 2.7

before_script:
before_install:
- sudo apt-get install --yes libsasl2-dev python-dev libldap2-dev libssl-dev

before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- firefox -v

install:
- pip install setuptools zc.buildout
Expand Down

0 comments on commit f1a771d

Please sign in to comment.