about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2019-07-18 07:57:30 +0200
committerMichael Vetter <jubalh@iodoru.org>2019-07-18 07:57:30 +0200
commitfe5fcb8aefd6c9879808612eaed4a22c2b8cf12c (patch)
treefad9be37734d02f434fb3064526b653b6bb5774c
parent4d52f6e86ae11407ca43100ea5019d2056c345d2 (diff)
downloadprofani-tty-fe5fcb8aefd6c9879808612eaed4a22c2b8cf12c.tar.gz
Run tests in travis again
Before 3700c80ad1258885256fa963dd8a13ab84853170 we used to run the tests
only one time. 3700c80ad1258885256fa963dd8a13ab84853170 removed it by
accident alltogether.
Now we run it with every flag combination. Might take too long.
-rwxr-xr-xtravis-build.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/travis-build.sh b/travis-build.sh
index 10ba684f..05dcedb0 100755
--- a/travis-build.sh
+++ b/travis-build.sh
@@ -68,6 +68,7 @@ do
     # shellcheck disable=SC2086
     ./configure $flags
     make
+    make check
     ./profanity -v
     make clean