diff options
author | Frantisek Sumsal <frantisek@sumsal.cz> | 2018-11-08 12:47:07 +0100 |
---|---|---|
committer | Evgeny Vereshchagin <evvers@ya.ru> | 2018-11-08 13:49:46 +0100 |
commit | 6c8a51ed780b1140b91d4819ddcbbc64632e0b28 (patch) | |
tree | ccab87ebfd71dcfa50a27baf39f2215e6a37efbf /.travis.yml | |
parent | travis: UBSan should be every C programmer's friend so let's build systemd wi... (diff) | |
download | systemd-6c8a51ed780b1140b91d4819ddcbbc64632e0b28.tar.gz systemd-6c8a51ed780b1140b91d4819ddcbbc64632e0b28.tar.bz2 systemd-6c8a51ed780b1140b91d4819ddcbbc64632e0b28.zip |
travis: run ASan job in parallel with the standard one
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index add0576d4..ce5d09966 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,8 +36,7 @@ jobs: after_script: - $CI_MANAGERS/fedora.sh CLEANUP - - stage: Build & test with ASan - name: Fedora Rawhide + - name: Fedora Rawhide (ASan+UBSan) language: bash env: - FEDORA_RELEASE="rawhide" |