Skip to content

Commit be510f6

Browse files
authored
Update .travis.yml
1 parent c9a16fe commit be510f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ matrix:
1919
- wget -O install.sh "https://github.com/bazelbuild/bazel/releases/download/0.5.3/bazel-0.5.3-installer-linux-x86_64.sh"
2020
- chmod +x install.sh
2121
- ./install.sh --user && rm -f install.sh
22-
- ~/bin/blaze test --test_output=all python:openlocationcode_test
22+
- ~/bin/bazel test --test_output=all python:openlocationcode_test
2323
#- language: ruby
2424
# rvm: 2.2
2525
# script:

0 commit comments

Comments
 (0)