Travis CI: Also test with musl-gcc (Linux)
[platform/upstream/libatomic_ops.git] / .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