Browse Source

.travis.yml: Add clang builds to trusty

This enables clang compiler builds for the trusty Travis environment.

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
David Gibson 9 years ago
parent
commit
1a2cc0035c
1 changed files with 6 additions and 0 deletions
  1. 6 0
      .travis.yml

+ 6 - 0
.travis.yml

@@ -53,6 +53,12 @@ matrix:
         packages:
           - gcc-6
           - valgrind
+  - dist: trusty
+    compiler: clang
+    addons:
+      apt:
+        packages:
+          - valgrind
 
 script:
     - make -j2 -k quiet=1