Tried fixing Travis.

This commit is contained in:
Håvard Pettersson 2014-09-02 22:28:36 +02:00
parent b8e1315617
commit 46630f483b

View File

@ -15,7 +15,7 @@ before_script:
- git clone git://github.com/irungentoo/toxcore > /dev/null - git clone git://github.com/irungentoo/toxcore > /dev/null
- pushd toxcore - pushd toxcore
- autoreconf -i > /dev/null - autoreconf -i > /dev/null
- ./configure --prefix=/usr --disable-testing --disable-ntox --disable-dht-bootstrap-daemon > /dev/null - ./configure --prefix=/usr --disable-testing --disable-ntox > /dev/null
- make -j3 > /dev/null - make -j3 > /dev/null
- popd - popd