summaryrefslogtreecommitdiff
path: root/travis-ci
diff options
context:
space:
mode:
authorEvgeny Vereshchagin <evvers@ya.ru>2018-12-23 11:10:06 +0100
committerEvgeny Vereshchagin <evvers@ya.ru>2018-12-23 11:14:20 +0100
commitb635e4ef6b2f35f07111bb66a68fe850a2ccab72 (patch)
tree078e123a07d1d06282f0efe8c2b9b3f05b3028a4 /travis-ci
parent8eab766804ef4fa21d26c00fd0baab3f1a47bb5c (diff)
downloadsystemd-b635e4ef6b2f35f07111bb66a68fe850a2ccab72.tar.gz
travis: use xenial instead of trusty
This should also fix an issue mentioned in https://github.com/systemd/systemd/pull/11196#issuecomment-448123946.
Diffstat (limited to 'travis-ci')
-rwxr-xr-xtravis-ci/managers/debian.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/travis-ci/managers/debian.sh b/travis-ci/managers/debian.sh
index af2f0dab08..976e926c82 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"