]> granicus.if.org Git - libatomic_ops/commitdiff
Travis CI: Specify test configurations using 'matrix:include'
authorIvan Maidanski <ivmai@mail.ru>
Mon, 3 Apr 2017 19:21:26 +0000 (22:21 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Mon, 3 Apr 2017 21:27:24 +0000 (00:27 +0300)
(Cherry-pick commit 6a640c7 from 'release-7_4' branch.)

.travis.yml

index a7ab0b837584e8053d45a3a5fa1ef09690e8a79b..a48dda99600639c535472516e20eb2235b831f5c 100644 (file)
@@ -1,23 +1,16 @@
 language: c
 
-os:
-  - linux
-  - osx
-
-compiler:
-  - clang
-  - gcc
-
 matrix:
-  exclude:
-  - os: osx
-    compiler: gcc
-
-sudo: false
+  include:
+    - os: linux
+      compiler: clang
+    - os: linux
+      compiler: gcc
+    - os: osx
 
 install:
   - autoreconf -vif
-  - ./configure
 
 script:
+  - ./configure
   - make -j check