From 66f41e1f380a096c17837c20d953c302d3d095bb Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Mon, 3 Apr 2017 22:21:26 +0300 Subject: [PATCH] Travis CI: Specify test configurations using 'matrix:include' (Cherry-pick commit 6a640c7 from 'release-7_4' branch.) --- .travis.yml | 21 +++++++-------------- 1 file 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 -- 2.40.0