Unverified Commit 8a362db9 authored by Robert Edmonds's avatar Robert Edmonds Committed by GitHub

Merge pull request #368 from protobuf-c/edmonds/travis/protobuf-3.7.1

.travis.yml: Bump protobuf version to 3.7.1, use new URL
parents 269771b4 8067d454
......@@ -13,12 +13,12 @@ addons:
env:
global:
- PROTOBUF_VERSION=3.6.1
- PROTOBUF_VERSION=3.7.1
- PKG_CONFIG_PATH=$HOME/protobuf-$PROTOBUF_VERSION-bin/lib/pkgconfig
install:
- pip install --user cpp-coveralls
- wget https://github.com/google/protobuf/archive/v$PROTOBUF_VERSION.tar.gz
- wget https://github.com/protocolbuffers/protobuf/archive/v$PROTOBUF_VERSION.tar.gz
- tar xf v$PROTOBUF_VERSION.tar.gz
- ( cd protobuf-$PROTOBUF_VERSION && ./autogen.sh && ./configure --prefix=$HOME/protobuf-$PROTOBUF_VERSION-bin && make -j2 && make install )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment