Update .travis.yml to do distcheck and coverage targets only on Linux/GCC.

This commit is contained in:
Alexey Kopytov
2017-04-07 16:32:31 +03:00
parent bf5f9746ea
commit fd83bd1623

View File

@ -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