Skip to content

Commit

Permalink
Make ScalaWebTest compatible with all implementations of Selenium Web…
Browse files Browse the repository at this point in the history
…Driver #74

- add support for Firefox via Mozilla Gecko Driver
  • Loading branch information
DaniRey committed Jul 9, 2020
1 parent bfe04ba commit ce2c0a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jdk: openjdk8
env:
global:
- WEBDRIVER_CHROME_DRIVER="/usr/lib/chromium-browser/chromedriver"
- WEBDRIVER_GECKO_DRIVER="/usr/lib/geckodriver/geckodriver"
- WEBDRIVER_GECKO_DRIVER="/usr/bin/geckodriver"
script:
- sbt ++$TRAVIS_SCALA_VERSION test
- sbt ++$TRAVIS_SCALA_VERSION inttest
Expand Down

0 comments on commit ce2c0a6

Please sign in to comment.