Skip to content

Commit

Permalink
Try again to fix Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
gotcha committed Jun 25, 2018
1 parent 234ba10 commit f062c61
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 @@ -10,11 +10,11 @@ env:
secure: aeJaNydBzTcyBwbbluHDvs8vmryEpwaSFYD+SvTlD2e341Ilye+vxKR2/fT56OYLONEvFXkc5K1maw4caJqaxAfjlfO80Id3FsIO3f/AM/zTl3SERHd//y8CaaokL9vaxqNRjUHRMrpJZQpTFKW8V7HMnK88ulQF8nuM1gaQU/Q=
language: python
before_script:
- sudo apt-get install libpcre3-dev
- sudo apt-get install python-docutils
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
before_install:
- sudo apt-get install libpcre3-dev
- sudo apt-get install python-docutils
- export GECKODRIVER_VERSION=0.21.0
- wget https://github.com/mozilla/geckodriver/releases/download/v0.21.0/geckodriver-v$GECKODRIVER_VERSION-linux64.tar.gz
- mkdir geckodriver
Expand Down

0 comments on commit f062c61

Please sign in to comment.