Skip to content

Commit

Permalink
Update bazel version in travis config.
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnbuso committed Mar 12, 2019
1 parent 36f60df commit 63415ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ go:
- 1.9.x # need for App Engine
- 1.11.x # latest release because "master" is dev version
env:
- BAZEL=0.19.1
- BAZEL=0.18.1
before_install:
- |
wget -O install.sh "https://github.com/bazelbuild/bazel/releases/download/${BAZEL}/bazel-${BAZEL}-installer-linux-x86_64.sh"
Expand Down

0 comments on commit 63415ab

Please sign in to comment.