Skip to content

Commit 83582f8

Browse files
committed
Deleting Java jobs migrated to GitHub Actions from travis build
1 parent 03f11b2 commit 83582f8

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

.travis.yml

-15
Original file line numberDiff line numberDiff line change
@@ -61,27 +61,12 @@ matrix:
6161
- env: MARIONETTE=1 SELENIUM_BROWSER=firefox NPM=test
6262
<<: *node
6363
<<: *firefox-latest
64-
- env: BZL="build //java/client/src/... //java/server/src/..." SONAR=1
65-
<<: *java
66-
- env: BZL_TEST="attr(size, small, tests(//java/...)) except attr(tags, lint, tests(//java/...))"
67-
<<: *java
68-
- env: BZL_TEST="attr(tags, lint, tests(//java/...))"
69-
<<: *java
70-
- env: MARIONETTE=1 BZL_TEST="attr(tags, firefox, tests(//java/client/...)) except attr(tags, remote, tests(//java/client/...))"
71-
<<: *java
72-
<<: *firefox-nightly
73-
- env: CHROME=1 BZL_TEST="attr(tags, chrome, tests(//java/client/...)) except attr(tags, remote, tests(//java/client/...))"
74-
<<: *java
75-
<<: *chrome
7664
- env: MARIONETTE=1 MOZ_HEADLESS=1 BZL="test --test_tag_filters=firefox //javascript/atoms/... //javascript/selenium-atoms/... //javascript/webdriver/..."
7765
<<: *java
7866
<<: *firefox-latest
7967
- env: CHROME=1 BZL="test --test_tag_filters=chrome //javascript/atoms/... //javascript/selenium-atoms/... //javascript/webdriver/... //javascript/chrome-driver/..."
8068
<<: *java
8169
<<: *chrome
82-
- env: CHROME=1 MARIONETTE=1 BZL_TEST="tests(//java/server/...) except attr(tags, 'lint|ie|edge|edgehtml|safari', tests(//java/server/...))"
83-
<<: *java
84-
<<: *firefox-nightly
8570
- env: TASK=javadocs
8671
<<: *java
8772
- env: TOXENV=flake8

0 commit comments

Comments
 (0)