diff options
author | Michael Vetter <jubalh@iodoru.org> | 2019-07-18 07:57:30 +0200 |
---|---|---|
committer | Michael Vetter <jubalh@iodoru.org> | 2019-07-18 07:57:30 +0200 |
commit | fe5fcb8aefd6c9879808612eaed4a22c2b8cf12c (patch) | |
tree | fad9be37734d02f434fb3064526b653b6bb5774c | |
parent | 4d52f6e86ae11407ca43100ea5019d2056c345d2 (diff) | |
download | profani-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-x | travis-build.sh | 1 |
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 |