]> granicus.if.org Git - strace/commit
travis: Move fastest test configuration first
authorPaul Chaignon <paul.chaignon@gmail.com>
Fri, 28 Jun 2019 15:51:42 +0000 (17:51 +0200)
committerPaul Chaignon <paul.chaignon@gmail.com>
Fri, 28 Jun 2019 15:51:42 +0000 (17:51 +0200)
commitf2bf222d3c276cd9a680463352c59eee017a1b18
tree856d032cd2fcc9742b76b86008d176e55eb3dd7c
parent480825af3b5303ce99d398a9ef47546f2f383411
travis: Move fastest test configuration first

I use Travis CI to check each patch before sending my patchsets.  Most
failures are simple and make all test configurations fail.  However, since
Travis CI runs test configurations in order and given that the first three
configurations are the slowest ones, it takes about twenty minutes to see
the failure.  Moving the fastest test configuration first would allow to
fail earlier.  It would become about 3x faster to fail in case of simple
mistakes.

* .travis.yml (CC=gcc, STACKTRACE=no): Move to first position.

Signed-off-by: Paul Chaignon <paul.chaignon@gmail.com>
.travis.yml