Skip to content

Commit 14b0cc0

Browse files
authored
Update .travis.yml
1 parent fbec6d9 commit 14b0cc0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ matrix:
1818
script:
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
21-
- ./install.sh -user && rm -f install.sh
22-
- blaze test --test_output=all python:openlocationcode_test
21+
- ./install.sh -user
22+
- ~/bin/blaze test --test_output=all python:openlocationcode_test
2323
- language: ruby
2424
rvm: 2.2
2525
script:

0 commit comments

Comments
 (0)