We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9a16fe commit be510f6Copy full SHA for be510f6
.travis.yml
@@ -19,7 +19,7 @@ matrix:
19
- wget -O install.sh "https://github.com/bazelbuild/bazel/releases/download/0.5.3/bazel-0.5.3-installer-linux-x86_64.sh"
20
- chmod +x install.sh
21
- ./install.sh --user && rm -f install.sh
22
- - ~/bin/blaze test --test_output=all python:openlocationcode_test
+ - ~/bin/bazel test --test_output=all python:openlocationcode_test
23
#- language: ruby
24
# rvm: 2.2
25
# script:
0 commit comments