Skip to content

Commit

Permalink
[build] Updating Bazelisk to v1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
AutomatedTester committed Mar 31, 2020
1 parent 6074873 commit 7a1118f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/travis/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ fi

echo -e "[ui]\n superconsole = disabled\n" >> .buckconfig.local

curl -L -o bazelisk "https://github.com/bazelbuild/bazelisk/releases/download/v1.0/bazelisk-linux-amd64"
curl -L -o bazelisk "https://github.com/bazelbuild/bazelisk/releases/download/v1.3/bazelisk-linux-amd64"
chmod +x bazelisk && sudo mv bazelisk /usr/local/bin/bazel

0 comments on commit 7a1118f

Please sign in to comment.