Commit 870b6316 authored by David Gibson's avatar David Gibson

.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: default avatarDavid Gibson <david@gibson.dropbear.id.au>
parent 813e9726
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment