Fixed travis config file.

This commit is contained in:
rakshasa
2016-03-10 09:41:16 +09:00
parent 629e421d67
commit 944d304193
+2 -2
View File
@@ -8,8 +8,8 @@ before_install:
- sudo apt-get update -qq
- sudo apt-get build-dep rtorrent libtorrent-dev
if [ "$CXX" = "g++" ]; then sudo apt-get install -qq g++-4.7; fi
if [ "$CXX" = "g++" ]; then export CXX="g++-4.7" CC="gcc-4.7"; fi
- if [ "$CXX" = "g++" ]; then sudo apt-get install -qq g++-4.7; fi
- if [ "$CXX" = "g++" ]; then export CXX="g++-4.7" CC="gcc-4.7"; fi
# prevent `macro `AM_PATH_CPPUNIT' not found in library` in `autogen.sh`
- sudo apt-get install libcppunit-dev