]> granicus.if.org Git - strace/blobdiff - .travis.yml
mem: decode hugetlb page size in mmap flags
[strace] / .travis.yml
index d3307a02b29df345b14d05849d81645a951e0b18..9abc3df873cfe772c7e76c0baf5db94db881169b 100644 (file)
@@ -6,8 +6,6 @@ before_install: ./travis-install.sh
 
 script: ./travis-build.sh
 
-after_success: ./travis-success.sh
-
 sudo: required
 
 git:
@@ -23,19 +21,35 @@ matrix:
     - compiler: gcc
       env:
         - TARGET=x86_64
-        - COVERAGE=true
     - compiler: gcc
       env:
         - TARGET=x32
     - compiler: gcc
       env:
         - TARGET=x86
-    - compiler: clang-3.6
+    - compiler: clang-3.8
       env:
         - TARGET=x86_64
     - compiler: musl-gcc
       env:
         - TARGET=x86_64
-    - compiler: clang-3.6
+    - compiler: clang-3.8
+      env:
+        - TARGET=x86
+    - compiler: musl-gcc
       env:
         - TARGET=x86
+    - compiler: gcc-7
+      env:
+        - TARGET=x86_64
+    - compiler: gcc-7
+      env:
+        - TARGET=x32
+    - compiler: gcc-7
+      env:
+        - TARGET=x86
+    - compiler: gcc
+      env:
+        - TARGET=x86_64
+        - CHECK=coverage
+        - KHEADERS=torvalds/linux