diff --git a/travis-build.sh b/travis-build.sh index 6e9f0b0a..984d3afe 100755 --- a/travis-build.sh +++ b/travis-build.sh @@ -18,7 +18,6 @@ echo "--> Building with ./configure --enable-notifications --enable-icons --enab echo ./configure --enable-notifications --enable-icons --enable-otr --enable-pgp --enable-plugins --enable-c-plugins --enable-python-plugins --with-xscreensaver make -make check-unit ./profanity -v make clean @@ -27,7 +26,6 @@ echo "--> Building with ./configure --disable-notifications --disable-icons --di echo ./configure --disable-notifications --disable-icons --disable-otr --disable-pgp --disable-plugins --disable-c-plugins --disable-python-plugins --without-xscreensaver make -make check-unit ./profanity -v make clean @@ -36,7 +34,6 @@ echo "--> Building with ./configure --disable-notifications" echo ./configure --disable-notifications make -make check-unit ./profanity -v make clean @@ -45,7 +42,6 @@ echo "--> Building with ./configure --disable-icons" echo ./configure --disable-icons make -make check-unit ./profanity -v make clean @@ -54,7 +50,6 @@ echo "--> Building with ./configure --disable-otr" echo ./configure --disable-otr make -make check-unit ./profanity -v make clean @@ -63,7 +58,6 @@ echo "--> Building with ./configure --disable-pgp" echo ./configure --disable-pgp make -make check-unit ./profanity -v make clean @@ -72,7 +66,6 @@ echo "--> Building with ./configure --disable-pgp --disable-otr" echo ./configure --disable-pgp --disable-otr make -make check-unit ./profanity -v make clean @@ -81,7 +74,6 @@ echo "--> Building with ./configure --disable-plugins" echo ./configure --disable-plugins make -make check-unit ./profanity -v make clean @@ -90,7 +82,6 @@ echo "--> Building with ./configure --disable-python-plugins" echo ./configure --disable-python-plugins make -make check-unit ./profanity -v make clean @@ -99,7 +90,6 @@ echo "--> Building with ./configure --disable-c-plugins" echo ./configure --disable-c-plugins make -make check-unit ./profanity -v make clean @@ -108,7 +98,6 @@ echo "--> Building with ./configure --disable-c-plugins --disable-python-plugins echo ./configure --disable-c-plugins --disable-python-plugins make -make check-unit ./profanity -v make clean @@ -117,7 +106,6 @@ echo "--> Building with ./configure --without-xscreensaver" echo ./configure --without-xscreensaver make -make check-unit ./profanity -v make clean