summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAndrew Cooper <andrew.cooper3@citrix.com>2016-02-26 12:30:55 +0100
committerJan Beulich <jbeulich@suse.com>2016-02-26 12:30:55 +0100
commitdf5ded9a768893ebf0e479d6e4f51d5d4f31a05e (patch)
tree2b79d427500dafadf922c081978da2a90a6f169c /.travis.yml
parent5d768fb1f3f7b011e7b6e75909c7f4841730de60 (diff)
docs: update README to include Clang
Xen now builds on x86 with Clang 3.5 and 3.8. Update README to reflect this. Mark Clang as no longer a permitted failure in Travis, to prevent future regressions slipping back in. Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com> Reviewed-by: Doug Goldstein <cardoe@cardoe.com>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 189d568e3e..b84d38fb22 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,8 +2,6 @@ language: c
dist: trusty
sudo: required
matrix:
- allow_failures:
- - compiler: clang
include:
- compiler: gcc
env: XEN_TARGET_ARCH=x86_64