Skip to content

Commit

Permalink
Installing bazelisk as 'bazel' in travis environment
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Sep 4, 2019
1 parent 8e2ea33 commit 427bc34
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 @@ -25,4 +25,4 @@ echo -e "[ui]\n superconsole = disabled\n" >> .buckconfig.local
pip install requests

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

0 comments on commit 427bc34

Please sign in to comment.