Skip to content

Commit ac7c4c8

Browse files
committed
Upgrade min Bazel required and upgrade CI to use 2.1
1 parent 9542a9e commit ac7c4c8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ env:
1515
# Grab the BAZEL_SHA256SUM from the Bazel releases page; e.g.:
1616
# bazel-0.20.0-linux-x86_64.sha256
1717
global:
18-
- BAZEL=0.26.1
19-
- BAZEL_SHA256SUM=6c50e142a0a405d3d8598050d6c1b3920c8cdb82a7ffca6fc067cb474275148f
18+
- BAZEL=2.1.0
19+
- BAZEL_SHA256SUM=e13581d44faad6ac807dd917e682fef20359d26728166ac35dadd8ee653a580d
2020
matrix:
2121
- TF_VERSION_ID=tensorflow==1.15.0
2222
- TF_VERSION_ID=tf-nightly

WORKSPACE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ http_archive(
1616
load("@bazel_skylib//lib:versions.bzl", "versions")
1717
# Keep this version in sync with the BAZEL environment variable defined
1818
# in our .travis.yml config.
19-
versions.check(minimum_bazel_version = "0.26.1")
19+
versions.check(minimum_bazel_version = "1.0.0")
2020

2121
http_archive(
2222
name = "io_bazel_rules_webtesting",

0 commit comments

Comments
 (0)