File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ http_archive(
1616load ("@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
2121http_archive (
2222 name = "io_bazel_rules_webtesting" ,
You can’t perform that action at this time.
0 commit comments