.travis.yml: remove protobuf-c-rpc

This commit is contained in:
Robert Edmonds 2013-12-14 14:11:21 -05:00
parent 410a5b8e4e
commit 5c4f8eafa7

View File

@ -9,4 +9,3 @@ install:
script:
- ./autogen.sh
- ./configure && make distcheck && make clean
- ./configure --enable-rpc && make distcheck DISTCHECK_CONFIGURE_FLAGS="--enable-rpc" && make clean