We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0c3adf commit 9cb71e6Copy full SHA for 9cb71e6
.travis.yml
@@ -44,9 +44,6 @@ cache:
44
45
matrix:
46
exclude:
47
- - env: CHROME=1 TASK=test_chrome
48
- <<: *java
49
- <<: *chrome
50
- env: BUCK="//javascript/atoms:atoms //javascript/webdriver:all_js //javascript/ie-driver:atoms //javascript/chrome-driver:atoms //javascript/android-atoms:atoms ios_driver"
51
<<: *java
52
- env: TOXENV=flake8
@@ -87,6 +84,9 @@ matrix:
87
84
- env: MARIONETTE=1 BUCK="test internal-grid-test grid-test"
88
85
89
86
<<: *firefox-nightly
+ - env: CHROME=1 BUCK="test chrome-test"
+ <<: *java
+ <<: *chrome
90
- env: BUCK="test htmlunit-test"
91
92
- env: TASK=javadocs
0 commit comments