Skip to content
This repository has been archived by the owner on Jun 14, 2024. It is now read-only.

Commit

Permalink
Don't test on Ubuntu 18.04, because it's broken. (#24)
Browse files Browse the repository at this point in the history
Apparently GWT is currently not compatible with Java 11, so there's no point in testing with it (and having a broken pipeline).

In case GWT 2.9 is ever released, we can probably re-enable this.

Fixes: #23
  • Loading branch information
philwo authored and ekuefler committed Jun 9, 2019
1 parent bb47acc commit bb9d9f7
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@
platforms:
ubuntu1604:
build_targets:
- "..."
ubuntu1804:
build_targets:
- "..."
- "//..."
macos:
build_targets:
- "..."
- "//..."

0 comments on commit bb9d9f7

Please # to comment.