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 58e3ec3 commit 1c8ed85Copy full SHA for 1c8ed85
.travis.yml
@@ -1,3 +1,11 @@
1
language: java
2
jdk:
3
- oraclejdk8
4
+before_install:
5
+ - sudo apt-get update -qq
6
+ - sudo apt-get install -y wget tar make
7
+install:
8
+ - wget https://github.com/google/protobuf/releases/download/v2.6.1/protobuf-2.6.1.tar.gz
9
+ - tar -xzvf protobuf-2.6.1.tar.gz
10
+ - cd protobuf-2.6.1 && ./configure --prefix=/usr && make && sudo make install
11
+
0 commit comments