Skip to content

Commit

Permalink
Don't test on Ubuntu 14.04 (google#5302)
Browse files Browse the repository at this point in the history
Ubuntu 14.04 is about to be end-of-life and Bazel CI will stop supporting it shortly afterwards.

Context: https://groups.google.com/d/msg/bazel-dev/_D6XzfNkQQE/8TNKiNmsCAAJ
  • Loading branch information
philwo authored and aardappel committed Apr 24, 2019
1 parent ddb12c0 commit 6cfcd86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
buildifier: latest
platforms:
ubuntu1404:
ubuntu1604:
build_targets:
- "..."
test_targets:
- "..."
ubuntu1604:
ubuntu1804:
build_targets:
- "..."
test_targets:
Expand Down

0 comments on commit 6cfcd86

Please sign in to comment.