Travis CI: Also test with musl-gcc (Linux)
authorIvan Maidanski <ivmai@mail.ru>
Tue, 21 Mar 2017 09:01:26 +0000 (12:01 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Tue, 16 May 2017 13:08:42 +0000 (16:08 +0300)
(Cherry-pick commit 1659f29 from 'release-7_4' branch.)

.travis.yml

index 4ed4eb2..d49662b 100644 (file)
@@ -15,6 +15,13 @@ matrix:
   - os: linux
     env:
     - MAKEFILE_TARGET=dist
+  - os: linux
+    addons:
+      apt:
+        packages:
+        - musl-tools
+    compiler: musl-gcc
+    dist: trusty
 
 before_install:
 - if [[ "$MAKEFILE_TARGET" == "dist"* ]]; then