Skip to content

Commit

Permalink
Updates Bazel to 0.24.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tristan Emrich committed Apr 30, 2019
1 parent 52f31b5 commit 5be3d2f
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 @@ -3,7 +3,7 @@ osx_image: xcode10.1
language: objective-c
install: true
before_install:
- bazel_version=0.23.2
- bazel_version=0.24.1
- bazel_script=/tmp/bazel.sh
- curl -L https://github.com/bazelbuild/bazel/releases/download/$bazel_version/bazel-$bazel_version-installer-darwin-x86_64.sh -o $bazel_script
- chmod +x $bazel_script
Expand Down

0 comments on commit 5be3d2f

Please sign in to comment.