Skip to content
This repository has been archived by the owner on Jan 20, 2022. It is now read-only.

Commit

Permalink
Remove old bazel versions from travis
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
justinsb committed Apr 28, 2020
1 parent 9418d08 commit bca03be
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bca03be

Please sign in to comment.