Skip to content

Commit

Permalink
empty webdriver cache before the build
Browse files Browse the repository at this point in the history
... as a workaround for webdrivermanager bug which sometimes exports "chromedriver_linux64.zip" as a binary
  • Loading branch information
asolntsev committed Oct 7, 2017
1 parent 7edf4be commit 0b82a1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ before_install:
- sudo apt-get install -y libappindicator1 fonts-liberation
- wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
- sudo dpkg -i google-chrome*.deb
- rm -fr /home/travis/.m2/repository/webdriver/

after_success:
- ./gradle jacocoTestReport coveralls
Expand Down

0 comments on commit 0b82a1c

Please sign in to comment.