Forgot configure in travis build

This commit is contained in:
Jason Paryani
2013-08-13 22:40:56 -07:00
parent c58a81ea0e
commit 4eb633e3b5

View File

@@ -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