about summary refs log tree commit diff stats
path: root/travis-build.sh
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2016-09-03 23:07:16 +0100
committerJames Booth <boothj5@gmail.com>2016-09-03 23:07:16 +0100
commitbd51ab83d6ea69337d6043a858448d4920b0ae99 (patch)
tree9cb3124588a1d3b5d9c3a294f9149642115081ed /travis-build.sh
parentf6e9ff5b9bdedf510c1652495c6760ecf952c57e (diff)
downloadprofani-tty-bd51ab83d6ea69337d6043a858448d4920b0ae99.tar.gz
Travis build: Run unit tests once
Diffstat (limited to 'travis-build.sh')
-rwxr-xr-xtravis-build.sh12
1 files changed, 0 insertions, 12 deletions
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