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 6c02ae9 commit 5fa6473Copy full SHA for 5fa6473
.travis.yml
@@ -1,5 +1,11 @@
1
matrix:
2
include:
3
+ - language: cpp
4
+ script:
5
+ - wget -O install.sh "https://github.com/bazelbuild/bazel/releases/download/0.5.3/bazel-0.5.3-installer-linux-x86_64.sh"
6
+ - chmod +x install.sh
7
+ - ./install.sh --user && rm -f install.sh
8
+ - ~/bin/bazel test --test_output=all cpp:openlocationcode_test
9
#- language: dart
10
# dart: stable
11
# script:
0 commit comments