From 4eb633e3b52a3c4d2b5629ad1634205162e49ca0 Mon Sep 17 00:00:00 2001 From: Jason Paryani Date: Tue, 13 Aug 2013 22:40:56 -0700 Subject: [PATCH] Forgot configure in travis build --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index fa16115..d87c555 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 - - wget https://github.com/kentonv/capnproto/archive/master.zip && unzip master.zip && cd capnproto-master/c++ && ./setup-autotools.sh && autoreconf -i && make -j6 check && sudo make install && sudo ldconfig + - wget https://github.com/kentonv/capnproto/archive/master.zip && unzip master.zip && cd capnproto-master/c++ && ./setup-autotools.sh && autoreconf -i && ./configure && make -j6 check && sudo make install && sudo ldconfig - pip install -U setuptools - pip install cython