From: Ivan Maidanski Date: Tue, 21 Mar 2017 09:01:26 +0000 (+0300) Subject: Travis CI: Also test with musl-gcc (Linux) X-Git-Tag: v7.6.0~50 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0f3f282;p=libatomic_ops Travis CI: Also test with musl-gcc (Linux) --- diff --git a/.travis.yml b/.travis.yml index 25cddd8..a92c644 100644 --- a/.travis.yml +++ b/.travis.yml @@ -74,6 +74,13 @@ matrix: - os: linux env: - CSA_CHECK=true + - os: linux + compiler: musl-gcc + dist: trusty + addons: + apt: + packages: + - musl-tools - os: linux env: - CROSS_GCC_VER=4.9.0