Skip to content

Commit

Permalink
Don't test on Ubuntu 14.04 (#718)
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 gregmagolan committed Apr 23, 2019
1 parent 584eedc commit 7d9ba37
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
---
platforms:
ubuntu1404:
ubuntu1604:
run_targets:
- "@nodejs//:yarn"
build_targets:
- "//..."
# This target is tagged "manual" but we want some CI
# coverage of it to make sure it doesn't break.
- "//docs"
test_targets:
- "//..."
ubuntu1604:
ubuntu1804:
run_targets:
- "@nodejs//:yarn"
build_targets:
- "//..."
# This target is tagged "manual" but we want some CI
# coverage of it to make sure it doesn't break.
- "//docs"
test_targets:
- "//..."
macos:
Expand Down

0 comments on commit 7d9ba37

Please sign in to comment.