Skip to content

Commit

Permalink
Let's try to run java tests in chrome on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Jan 26, 2018
1 parent b0c3adf commit 9cb71e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,6 @@ cache:

matrix:
exclude:
- env: CHROME=1 TASK=test_chrome
<<: *java
<<: *chrome
- env: BUCK="//javascript/atoms:atoms //javascript/webdriver:all_js //javascript/ie-driver:atoms //javascript/chrome-driver:atoms //javascript/android-atoms:atoms ios_driver"
<<: *java
- env: TOXENV=flake8
Expand Down Expand Up @@ -87,6 +84,9 @@ matrix:
- env: MARIONETTE=1 BUCK="test internal-grid-test grid-test"
<<: *java
<<: *firefox-nightly
- env: CHROME=1 BUCK="test chrome-test"
<<: *java
<<: *chrome
- env: BUCK="test htmlunit-test"
<<: *java
- env: TASK=javadocs
Expand Down

0 comments on commit 9cb71e6

Please sign in to comment.