Fix travis config

This commit is contained in:
Speeddymon
2016-07-09 14:02:31 -05:00
committed by GitHub
parent aac0ea48f7
commit f24154e772
+1 -1
View File
@@ -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