]> git.ozlabs.org Git - ccan/commitdiff
.travis.yml: Add builds under Ubuntu Trusty
authorDavid Gibson <david@gibson.dropbear.id.au>
Mon, 16 Jan 2017 05:10:47 +0000 (16:10 +1100)
committerDavid Gibson <david@gibson.dropbear.id.au>
Tue, 17 Jan 2017 02:19:15 +0000 (13:19 +1100)
At the moment our Travis builds all use Travis's default Ubuntu
Precise base distro.  For wider testing, add a build using their
Ubuntu Trusty distro.  Only build with gcc there, for now, since clang
will cause ccanlint failures, due to the gcov version there not being
suitable for clang output.

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
.travis.yml

index aaf5b02afbad49d3cf68c6081696034458d131ca..83866f9689cd88712f1af10b3b6d7f34375477c0 100644 (file)
@@ -6,6 +6,9 @@ matrix:
   - compiler: gcc
     env: CFLAGS="-std=gnu99"
   - compiler: clang
+  - dist: trusty
+    env: CFLAGS="-std=gnu99"
+    compiler: gcc
 
 script:
     - make -j2 -k quiet=1