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

Commit

Permalink
Specify bazel version as 2.0.0
Browse files Browse the repository at this point in the history
Because we're now specifying the bazel version, we can assume we're
running with that version.
  • Loading branch information
justinsb committed Jan 4, 2020
1 parent bcf2c14 commit a3b8da4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .bazelversion
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
2.0.0

5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@ os:
# - osx

env:
- BAZEL_VERSION=0.29.1
- BAZEL_VERSION=1.0.1
- BAZEL_VERSION=1.1.0
- BAZEL_VERSION=1.2.1
- BAZEL_VERSION=2.0.0

before_install:
- pwd
Expand Down

0 comments on commit a3b8da4

Please sign in to comment.