]> granicus.if.org Git - strace/commitdiff
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)
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

index 2874c5dd013d36b9b2290d4b30155f8c9cfc8173..8c156874a39a93fbc29ae0bd3ea2b1fc1ae5d746 100644 (file)
@@ -18,6 +18,10 @@ env:
 
 matrix:
   include:
+    - compiler: gcc
+      env:
+        - TARGET=x86
+        - STACKTRACE=no
     - compiler: gcc
       env:
         - TARGET=x86_64
@@ -37,10 +41,6 @@ matrix:
       env:
         - TARGET=x32
         - STACKTRACE=no
-    - compiler: gcc
-      env:
-        - TARGET=x86
-        - STACKTRACE=no
     - compiler: clang
       env:
         - TARGET=x86_64