summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorEvgeny Vereshchagin <evvers@ya.ru>2018-12-23 13:31:14 +0100
committerEvgeny Vereshchagin <evvers@ya.ru>2018-12-24 08:52:33 +0100
commit17662042791071f1bc7b66ab328047bae6137105 (patch)
treef23f432ba7f4d42445bc68ac42b6285b47bd5a85 /.travis.yml
parent749d3c938f2f7400c3192e40e0a656fd2cf87f83 (diff)
downloadsystemd-17662042791071f1bc7b66ab328047bae6137105.tar.gz
travis: add another stage to really run everything under ASan+UBsan
This should help to catch issues like https://github.com/systemd/systemd/issues/11253 and https://github.com/systemd/systemd/issues/11251.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index ab6fe298c7..6eae0bc3e4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -91,6 +91,13 @@ jobs:
after_script:
- $CI_MANAGERS/debian.sh CLEANUP
+ - name: Ubuntu Xenial
+ language: bash
+ script:
+ - set -e
+ - sudo $CI_MANAGERS/xenial.sh
+ - set +e
+
- stage: Coverity
language: bash
env: