From bca03be8c767a0fe0b523da12329d851d3ee59aa Mon Sep 17 00:00:00 2001 From: Justin Santa Barbara Date: Mon, 27 Apr 2020 21:58:03 -0400 Subject: [PATCH] Remove old bazel versions from travis Old bazel v1 versions are no longer compatible with latest rules-go. Also update bazel v2 tests to test with our preferred version (2.2.0) --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 78cc2a34..050019aa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,10 +8,8 @@ os: # - osx env: - - BAZEL_VERSION=1.0.1 - - BAZEL_VERSION=1.1.0 - BAZEL_VERSION=1.2.1 - - BAZEL_VERSION=2.0.0 + - BAZEL_VERSION=2.2.0 before_install: - pwd