Skip to content

Commit 9cb71e6

Browse files
committed
Let's try to run java tests in chrome on CI
1 parent b0c3adf commit 9cb71e6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,6 @@ cache:
4444

4545
matrix:
4646
exclude:
47-
- env: CHROME=1 TASK=test_chrome
48-
<<: *java
49-
<<: *chrome
5047
- env: BUCK="//javascript/atoms:atoms //javascript/webdriver:all_js //javascript/ie-driver:atoms //javascript/chrome-driver:atoms //javascript/android-atoms:atoms ios_driver"
5148
<<: *java
5249
- env: TOXENV=flake8
@@ -87,6 +84,9 @@ matrix:
8784
- env: MARIONETTE=1 BUCK="test internal-grid-test grid-test"
8885
<<: *java
8986
<<: *firefox-nightly
87+
- env: CHROME=1 BUCK="test chrome-test"
88+
<<: *java
89+
<<: *chrome
9090
- env: BUCK="test htmlunit-test"
9191
<<: *java
9292
- env: TASK=javadocs

0 commit comments

Comments
 (0)