From 5c997386748ee51c7953a5add5c6638bb2cb5ff7 Mon Sep 17 00:00:00 2001 From: Jason Paryani Date: Tue, 24 Sep 2013 11:35:00 -0700 Subject: [PATCH] Fix travis build file --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 373d18a..2b624cc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,7 @@ before_install: --slave /usr/bin/g++ g++ /usr/bin/g++-4.8 --slave /usr/bin/gcov gcov /usr/bin/gcov-4.8 - sudo update-alternatives --quiet --set gcc /usr/bin/gcc-4.8 - - curl -O http://capnproto.org/capnproto-c++-0.3.0.tar.gz && tar zxf capnproto-c++-0.3.0.tar.gz && cd capnproto-c++-0.3.0 && ./configure && make -j6 check && sudo make install && cd ../.. + - curl -O http://capnproto.org/capnproto-c++-0.3.0.tar.gz && tar zxf capnproto-c++-0.3.0.tar.gz && cd capnproto-c++-0.3.0 && ./configure && make -j6 check && sudo make install && cd .. - pip install -U setuptools - pip install cython - pip install pytest