]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
travis: use latest instead of rawhide
authorEvgeny Vereshchagin <evvers@ya.ru>
Sat, 1 Dec 2018 03:28:50 +0000 (04:28 +0100)
committerEvgeny Vereshchagin <evvers@ya.ru>
Sat, 1 Dec 2018 03:45:45 +0000 (06:45 +0300)
.travis.yml

index ce5d099660a7fdb84adb96868edbe4ae1294034c..8f092e9a5289f1f89abefff2d0148641ebba361a 100644 (file)
@@ -17,10 +17,10 @@ stages:
 jobs:
     include:
         - stage: Build & test
-          name: Fedora Rawhide
+          name: Fedora Latest
           language: bash
           env:
-              - FEDORA_RELEASE="rawhide"
+              - FEDORA_RELEASE="latest"
               - CONT_NAME="systemd-fedora-$FEDORA_RELEASE"
               - DOCKER_EXEC="docker exec -ti $CONT_NAME"
           before_install:
@@ -36,10 +36,10 @@ jobs:
           after_script:
               - $CI_MANAGERS/fedora.sh CLEANUP
 
-        - name: Fedora Rawhide (ASan+UBSan)
+        - name: Fedora Latest (ASan+UBSan)
           language: bash
           env:
-              - FEDORA_RELEASE="rawhide"
+              - FEDORA_RELEASE="latest"
               - CONT_NAME="systemd-fedora-$FEDORA_RELEASE"
               - DOCKER_EXEC="docker exec -ti $CONT_NAME"
           before_install: