mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-27 12:22:17 +00:00
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:
committed by
Wouter van Oortmerssen
parent
ddb12c0192
commit
6cfcd8628a
@@ -1,12 +1,12 @@
|
|||||||
---
|
---
|
||||||
buildifier: latest
|
buildifier: latest
|
||||||
platforms:
|
platforms:
|
||||||
ubuntu1404:
|
ubuntu1604:
|
||||||
build_targets:
|
build_targets:
|
||||||
- "..."
|
- "..."
|
||||||
test_targets:
|
test_targets:
|
||||||
- "..."
|
- "..."
|
||||||
ubuntu1604:
|
ubuntu1804:
|
||||||
build_targets:
|
build_targets:
|
||||||
- "..."
|
- "..."
|
||||||
test_targets:
|
test_targets:
|
||||||
|
|||||||
Reference in New Issue
Block a user