]> granicus.if.org Git - strace/blobdiff - .travis.yml
Remove HAVE_STRUCT_TCB_EXT_ARG, ext_arg, and u_lrval
[strace] / .travis.yml
index d3307a02b29df345b14d05849d81645a951e0b18..607937649c9541c5a031bf71329153ce9022f10b 100644 (file)
@@ -6,8 +6,6 @@ before_install: ./travis-install.sh
 
 script: ./travis-build.sh
 
-after_success: ./travis-success.sh
-
 sudo: required
 
 git:
@@ -23,7 +21,6 @@ matrix:
     - compiler: gcc
       env:
         - TARGET=x86_64
-        - COVERAGE=true
     - compiler: gcc
       env:
         - TARGET=x32
@@ -39,3 +36,10 @@ matrix:
     - compiler: clang-3.6
       env:
         - TARGET=x86
+    - compiler: musl-gcc
+      env:
+        - TARGET=x86
+    - compiler: gcc
+      env:
+        - TARGET=x86_64
+        - CHECK=coverage