From fd83bd16234e7c8f89f256c4d0cf6f7b4c181cb9 Mon Sep 17 00:00:00 2001 From: Alexey Kopytov Date: Fri, 7 Apr 2017 16:32:31 +0300 Subject: [PATCH] Update .travis.yml to do distcheck and coverage targets only on Linux/GCC. --- .travis.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index c25ce11..cac25db 100644 --- a/.travis.yml +++ b/.travis.yml @@ -59,10 +59,6 @@ matrix: compiler: clang - env: OS=debian DIST=stretch compiler: clang - - env: TARGET=source - compiler: clang - - env: TARGET=coverage - compiler: clang - env: OS=el DIST=6 os: osx - env: OS=el DIST=7 @@ -85,8 +81,14 @@ matrix: os: osx - env: OS=debian DIST=stretch os: osx + - env: TARGET=distcheck + compiler: clang + - env: TARGET=distcheck + os: osx - env: TARGET=coverage os: osx + - env: TARGET=coverage + compiler: clang - os: osx compiler: gcc