maybe fix travis

This commit is contained in:
David Renshaw 2014-10-25 18:37:36 -04:00
parent d2ed9e5df2
commit c3f39801ca

View file

@ -14,7 +14,7 @@ install:
- cd capnproto/c++ - cd capnproto/c++
- ./setup-autotools.sh - ./setup-autotools.sh
- autoreconf -i - autoreconf -i
- ./configure && make -j5 && sudo make install && cd .. - ./configure && make -j5 && sudo make install && cd ../..
script: script:
- make CXX=g++-4.8 CXX_FLAGS="-std=c++11 -I/usr/local/include -L/usr/local/lib -lcapnp -lkj" - make CXX=g++-4.8 CXX_FLAGS="-std=c++11 -I/usr/local/include -L/usr/local/lib -lcapnp -lkj"
- make addressbook - make addressbook