.travis.yml: bump protobuf version to 2.6.0

Build with the latest protobuf release, in preparation for adding
"oneof" support.
This commit is contained in:
Robert Edmonds 2014-09-05 17:17:24 -04:00
parent 6d275c5691
commit 51b8da1589

View File

@ -3,7 +3,7 @@ language:
- cpp
env:
- PROTOBUF_VERSION=2.5.0
- PROTOBUF_VERSION=2.6.0
compiler:
- gcc