Skip to content

Commit

Permalink
Don't test on Ubuntu 14.04 (#446)
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 ukai committed Apr 24, 2019
1 parent 6ca3d3c commit 0d0c254
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .bazelci/presubmit.yml
@@ -1,11 +1,11 @@
---
platforms:
ubuntu1404:
ubuntu1604:
build_targets:
- "..."
test_targets:
- "..."
ubuntu1604:
ubuntu1804:
build_targets:
- "..."
test_targets:
Expand Down

0 comments on commit 0d0c254

Please sign in to comment.