]> git.ozlabs.org Git - ccan/commit
.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)
commit870b63169c782ef0cc52687397e5b9a7125a61b0
tree45e1402679ea678645b28ae647d78cb33a275237
parent813e9726369c68a9e6905fbba46fad7c479e7974
.travis.yml: Add builds under Ubuntu Trusty

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