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 d264b39 commit 7cc6dd5Copy full SHA for 7cc6dd5
.travis.yml
@@ -53,6 +53,9 @@ jobs:
53
- stage: test
54
- matrix:
55
exclude:
56
+ - env: CHROME=1 TASK=test_chrome
57
+ <<: *java
58
+ <<: *chrome
59
- env: BUCK="//javascript/atoms:atoms //javascript/webdriver:all_js //javascript/ie-driver:atoms //javascript/chrome-driver:atoms //javascript/android-atoms:atoms ios_driver"
60
<<: *java
61
- env: TOXENV=flake8
@@ -93,9 +96,6 @@ jobs:
93
96
- env: MARIONETTE=1 BUCK="test internal-grid-test grid-test"
94
97
95
98
<<: *firefox-nightly
- - env: CHROME=1 BUCK="test chrome-test"
- <<: *java
- <<: *chrome
99
- env: BUCK="test htmlunit-test"
100
101
- env: TASK=javadocs
0 commit comments