From: Evgeny Vereshchagin Date: Sun, 23 Dec 2018 10:10:06 +0000 (+0100) Subject: travis: use xenial instead of trusty X-Git-Tag: v241-rc1~114^2~15 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b635e4ef6b2f35f07111bb66a68fe850a2ccab72;p=thirdparty%2Fsystemd.git travis: use xenial instead of trusty This should also fix an issue mentioned in https://github.com/systemd/systemd/pull/11196#issuecomment-448123946. --- diff --git a/.travis.yml b/.travis.yml index f50731fe3fa..56beeeb84db 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,5 @@ sudo: required +dist: xenial services: - docker diff --git a/travis-ci/managers/debian.sh b/travis-ci/managers/debian.sh index af2f0dab081..976e926c826 100755 --- a/travis-ci/managers/debian.sh +++ b/travis-ci/managers/debian.sh @@ -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"