summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2017-04-03 22:21:26 +0300
committerIvan Maidanski <ivmai@mail.ru>2017-04-04 00:27:24 +0300
commit66f41e1f380a096c17837c20d953c302d3d095bb (patch)
treef66605d5480415b6dee63d3a87f9294bf09b2ea3
parentc7222e2f3039abeff8a05f01d2b5cde33e92a1c3 (diff)
downloadlibatomic_ops-66f41e1f380a096c17837c20d953c302d3d095bb.tar.gz
Travis CI: Specify test configurations using 'matrix:include'
(Cherry-pick commit 6a640c7 from 'release-7_4' branch.)
-rw-r--r--.travis.yml21
1 files changed, 7 insertions, 14 deletions
diff --git a/.travis.yml b/.travis.yml
index a7ab0b8..a48dda9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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