summaryrefslogtreecommitdiff
path: root/travis-ci/managers/debian.sh
diff options
context:
space:
mode:
Diffstat (limited to 'travis-ci/managers/debian.sh')
-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"