Skip to content

Commit

Permalink
Running marionette tests in nightly on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Mar 6, 2017
1 parent a88c935 commit d5fbef1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,12 +100,12 @@ matrix:
jdk: oraclejdk8
env: MARIONETTE=1 TASK=//java/client/test/org/openqa/selenium/firefox:marionette:run
addons:
firefox: latest
firefox: latest-nightly
- language: java
jdk: oraclejdk8
env: MARIONETTE=1 TASK=//java/client/test/com/thoughtworks/selenium:firefox-rc-test:run
addons:
firefox: latest
firefox: latest-nightly
- language: java
jdk: oraclejdk8
env: TASK=test_java_small_tests
Expand Down Expand Up @@ -144,7 +144,7 @@ matrix:
python: 2.7
env: MARIONETTE=1 TOXENV=py27-marionette
addons:
firefox: latest
firefox: latest-nightly
- language: python
python: 2.7
env: PHANTOMJS=1 TOXENV=py27-phantomjs
Expand Down Expand Up @@ -175,7 +175,7 @@ matrix:
python: 3.6
env: MARIONETTE=1 TOXENV=py36-marionette
addons:
firefox: latest
firefox: latest-nightly
- language: python
python: 3.6
env: PHANTOMJS=1 TOXENV=py36-phantomjs
Expand Down

0 comments on commit d5fbef1

Please sign in to comment.