Bump C++ Cap'n Proto version for travis builds

This commit is contained in:
Jason Paryani 2014-12-15 12:45:23 -08:00
parent dbbf92a83f
commit 358d9c8930

View file

@ -9,5 +9,5 @@ sudo update-alternatives --quiet --install /usr/bin/gcc gcc /usr/bin/gcc-4.8
sudo update-alternatives --quiet --set gcc /usr/bin/gcc-4.8
if ! [ -z "${BUILD_CAPNP}" ]; then
wget https://capnproto.org/capnproto-c++-0.4.1.tar.gz && tar xzvf capnproto-c++-0.4.1.tar.gz && cd capnproto-c++-0.4.1 && ./configure && make -j6 check && sudo make install && sudo ldconfig && cd ..
wget https://capnproto.org/capnproto-c++-0.5.0.tar.gz && tar xzvf capnproto-c++-0.5.0.tar.gz && cd capnproto-c++-0.5.0 && ./configure && make -j6 check && sudo make install && sudo ldconfig && cd ..
fi