Removed make check.

This commit is contained in:
rakshasa
2016-03-10 09:24:08 +09:00
parent a8cb524345
commit 3e7f9d8b4f
+1 -1
View File
@@ -14,4 +14,4 @@ before_install:
- git clone https://github.com/rakshasa/libtorrent.git && cd libtorrent && ./autogen.sh && configure && make -j24 && sudo make install && cd ..
# Figure out how to fix the issue running 'make check'.
script: ./autogen.sh && ./configure && make -j24 && make -j24 && sudo make install
script: ./autogen.sh && ./configure && make -j12 && sudo make install