]> granicus.if.org Git - strace/blobdiff - .travis.yml
Remove HAVE_STRUCT_TCB_EXT_ARG, ext_arg, and u_lrval
[strace] / .travis.yml
index 73fe57ac9e1132567b5a7908ce0e2d0cb8e28884..607937649c9541c5a031bf71329153ce9022f10b 100644 (file)
@@ -2,34 +2,44 @@ language: c
 
 dist: trusty
 
-script: ./travis-ci.sh
+before_install: ./travis-install.sh
 
-sudo: required
+script: ./travis-build.sh
 
-compiler:
-  - gcc
-  - clang-3.6
-  - musl-gcc
+sudo: required
 
-addons:
-  apt:
-    packages:
-    - gcc-multilib
+git:
+  depth: 2147483647
 
 env:
   global:
-    - SLEEP_A_BIT="sleep 0.1"
+    - SLEEP_A_BIT="sleep 0.2"
     - VERBOSE="1"
-  matrix:
-    - TARGET=x86_64
-    - TARGET=x32
-    - TARGET=x86
 
 matrix:
-  exclude:
+  include:
+    - compiler: gcc
+      env:
+        - TARGET=x86_64
+    - compiler: gcc
+      env:
+        - TARGET=x32
+    - compiler: gcc
+      env:
+        - TARGET=x86
     - compiler: clang-3.6
-      env: TARGET=x32
+      env:
+        - TARGET=x86_64
     - compiler: musl-gcc
-      env: TARGET=x32
+      env:
+        - TARGET=x86_64
+    - compiler: clang-3.6
+      env:
+        - TARGET=x86
     - compiler: musl-gcc
-      env: TARGET=x86
+      env:
+        - TARGET=x86
+    - compiler: gcc
+      env:
+        - TARGET=x86_64
+        - CHECK=coverage