Don't test on Ubuntu 14.04 (#5302)
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
This commit is contained in:
parent
ddb12c0192
commit
6cfcd8628a
|
@ -1,12 +1,12 @@
|
|||
---
|
||||
buildifier: latest
|
||||
platforms:
|
||||
ubuntu1404:
|
||||
ubuntu1604:
|
||||
build_targets:
|
||||
- "..."
|
||||
test_targets:
|
||||
- "..."
|
||||
ubuntu1604:
|
||||
ubuntu1804:
|
||||
build_targets:
|
||||
- "..."
|
||||
test_targets:
|
||||
|
|
Loading…
Reference in New Issue