Skip to content

Commit

Permalink
Actually trying to run RC tests with geckodriver
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Mar 5, 2017
1 parent 2d6f5b0 commit 87dcd37
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 @@ -103,7 +103,7 @@ matrix:
firefox: latest
- language: java
jdk: oraclejdk8
env: TASK=//java/client/test/com/thoughtworks/selenium:firefox-rc-test:run
env: MARIONETTE=1 TASK=//java/client/test/com/thoughtworks/selenium:firefox-rc-test:run
addons:
firefox: latest
- language: java
Expand Down Expand Up @@ -254,7 +254,7 @@ matrix:
env: TASK=//rb:docs
fast_finish: true
allow_failures:
- env: MARIONETTE=1 TASK="calcdeps //javascript/webdriver:webdriver-firefox:run"
- env: TASK="calcdeps //javascript/webdriver:webdriver-firefox:run"
- env: CHROME=1 TASK=//java/client/test/com/thoughtworks/selenium:chrome-rc-test:run
- env: MARIONETTE=1 TASK=//java/client/test/com/thoughtworks/selenium:firefox-rc-test:run
- env: TOXENV=py27-firefox
Expand Down

0 comments on commit 87dcd37

Please sign in to comment.