summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAndrew Cooper <andrew.cooper3@citrix.com>2016-04-27 17:10:57 +0100
committerAndrew Cooper <andrew.cooper3@citrix.com>2016-04-27 20:32:04 +0100
commit81aa61195c8f670a24e105f25832a8f9006ee800 (patch)
tree376c81a40ef5ed8f45974cd751df15dbff974816 /.travis.yml
parentbec4135fdca2538263abb1b552ec2c69539b04c2 (diff)
travis: Remove clang-3.8 build
The package appears to have been renamed in Ubuntu. The only reason this test is currently passing is because the hypervisor build falls back to clang, at version 3.5 Add an explicit test in the build script that out desired compiler is available. Note that travis already performs this step, but in a way which isn't fatal to the build. Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com> Reviewed-by: Wei Liu <wei.liu2@citrix.com> Release-acked-by: Wei Liu <wei.liu2@citrix.com> Acked-by Doug Goldstein <cardoe@cardoe.com>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 0eea94e114..d2e1bec0d9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -22,12 +22,8 @@ matrix:
env: XEN_TARGET_ARCH=x86_64 debug=y
- compiler: clang
env: XEN_TARGET_ARCH=x86_64 clang=y debug=n
- - compiler: clang-3.8
- env: XEN_TARGET_ARCH=x86_64 clang=y debug=n
- compiler: clang
env: XEN_TARGET_ARCH=x86_64 clang=y debug=y
- - compiler: clang-3.8
- env: XEN_TARGET_ARCH=x86_64 clang=y debug=y
- compiler: gcc
env: XEN_TARGET_ARCH=arm32 CROSS_COMPILE=arm-linux-gnueabihf- debug=n
- compiler: gcc