We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b33bfdd commit 65314a5Copy full SHA for 65314a5
.travis.yml
@@ -8,6 +8,7 @@ sudo: false
8
9
before_install:
10
- bash install-protobuf.sh
11
+ - bash install-googleapis.sh
12
13
# check what has been installed by listing contents of protobuf folder
14
before_script:
install-googleapis.sh
@@ -0,0 +1,8 @@
1
+#!/bin/sh
2
+set -e
3
+wget http://central.maven.org/maven2/com/google/api/grpc/googleapis-common-protos/0.0.3/googleapis-common-protos-0.0.3.jar
4
+jar xvf googleapis-common-protos-0.0.3.jar -C $HOME/protobuf/include/
5
+ls -l
6
+
7
0 commit comments