From f24154e7727b11848070ebe28f1963ad4bfd1e95 Mon Sep 17 00:00:00 2001 From: Speeddymon Date: Sat, 9 Jul 2016 14:02:31 -0500 Subject: [PATCH] Fix travis config --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e2c5df1b..9641c06e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,7 @@ before_install: # prevent `macro `AM_PATH_CPPUNIT' not found in library` in `autogen.sh` - sudo apt-get install libcppunit-dev - - git clone https://github.com/rakshasa/libtorrent.git && cd libtorrent && ./autogen.sh && configure && make -j12 && sudo make install && cd .. + - git clone https://github.com/rakshasa/libtorrent.git && cd libtorrent && ./autogen.sh && ./configure && make -j12 && sudo make install && cd .. # Figure out how to fix the issue running 'make check'. script: ./autogen.sh && ./configure && make -j12 && sudo make install