1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-09 21:30:42 +00:00

Run tests in travis again

Before 3700c80ad1 we used to run the tests
only one time. 3700c80ad1 removed it by
accident alltogether.
Now we run it with every flag combination. Might take too long.
This commit is contained in:
Michael Vetter 2019-07-18 07:57:30 +02:00
parent 4d52f6e86a
commit fe5fcb8aef

View File

@ -68,6 +68,7 @@ do
# shellcheck disable=SC2086
./configure $flags
make
make check
./profanity -v
make clean