Skip to content

Commit 5fa6473

Browse files
authored
Update .travis.yml
1 parent 6c02ae9 commit 5fa6473

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
matrix:
22
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
39
#- language: dart
410
# dart: stable
511
# script:

0 commit comments

Comments
 (0)