]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
travis: use xenial instead of trusty
authorEvgeny Vereshchagin <evvers@ya.ru>
Sun, 23 Dec 2018 10:10:06 +0000 (11:10 +0100)
committerEvgeny Vereshchagin <evvers@ya.ru>
Sun, 23 Dec 2018 10:14:20 +0000 (11:14 +0100)
This should also fix an issue mentioned in
https://github.com/systemd/systemd/pull/11196#issuecomment-448123946.

.travis.yml
travis-ci/managers/debian.sh

index f50731fe3fa56e900aba6cec40b3740318a66e4a..56beeeb84db79656c84c539d69b2ce825c780e54 100644 (file)
@@ -1,4 +1,5 @@
 sudo: required
+dist: xenial
 services:
     - docker
 
index af2f0dab081d18b74e02e3574163a0ba6aa6df28..976e926c8263be7ff10a28be8482e94bf5a9a9d1 100755 (executable)
@@ -39,9 +39,6 @@ for phase in "${PHASES[@]}"; do
             $DOCKER_EXEC apt-get -y update
             $DOCKER_EXEC apt-get -y build-dep systemd
             $DOCKER_EXEC apt-get -y install "${ADDITIONAL_DEPS[@]}"
-            # overlayfs on TravisCI is having trouble delivering inotify events to test-path and test-event.
-            # Let's use tmpfs instead for now.
-            $DOCKER_EXEC mount -t tmpfs tmpfs /tmp
             ;;
         RUN)
             info "Run phase"