Commit 1a2cc003 authored by David Gibson's avatar David Gibson

.travis.yml: Add clang builds to trusty

This enables clang compiler builds for the trusty Travis environment.
Signed-off-by: default avatarDavid Gibson <david@gibson.dropbear.id.au>
parent b4f0767d
......@@ -53,6 +53,12 @@ matrix:
packages:
- gcc-6
- valgrind
- dist: trusty
compiler: clang
addons:
apt:
packages:
- valgrind
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