1
1
mirror of https://github.com/profanity-im/profanity.git synced 2025-02-02 15:08:15 -05:00

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.
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