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 fbec6d9 commit 14b0cc0Copy full SHA for 14b0cc0
.travis.yml
@@ -18,8 +18,8 @@ matrix:
18
script:
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
- - blaze test --test_output=all python:openlocationcode_test
+ - ./install.sh -user
+ - ~/bin/blaze test --test_output=all python:openlocationcode_test
23
- language: ruby
24
rvm: 2.2
25
0 commit comments