Allow a full make check on Travis
authorMichael Neuling <mikey@neuling.org>
Wed, 11 Sep 2019 00:18:19 +0000 (10:18 +1000)
committerMichael Neuling <mikey@neuling.org>
Wed, 11 Sep 2019 00:41:58 +0000 (10:41 +1000)
commit6b06d5f67d8138694c50619270c6d7b620d40143
treee5865a651d7802ad8c95d7bc61635e93c9b1c690
parent3b32abcb5d57f7514b0f1452b49ca81143883915
Allow a full make check on Travis

Some Travis instances allow more CPU time. On these we can perform the
full 'make check'.

This patch allows this longer `make check`. To enable it you need to
go into your Travis configuration and add a TRAVIS_FULL_CHECK
environment variable.

If you don't add this environment, the shorter make check_light is
still run.

Signed-off-by: Michael Neuling <mikey@neuling.org>
.travis.yml