Skip to content

Commit

Permalink
Add protocol buffers
Browse files Browse the repository at this point in the history
  • Loading branch information
jacques-n committed Feb 11, 2019
1 parent 18171e6 commit a15c93c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
language: java
before_install:
- |
pushd .. && wget https://github.com/google/protobuf/releases/download/v2.5.0/protobuf-2.5.0.tar.gz && \
tar -xzvf protobuf-2.5.0.tar.gz && \
pushd protobuf-2.5.0 && ./configure --prefix=/usr && make && sudo make install && popd && popd
install: mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V
script: mvn test -B

0 comments on commit a15c93c

Please sign in to comment.