diff options
author | Evgeny Vereshchagin <evvers@ya.ru> | 2018-12-23 11:10:06 +0100 |
---|---|---|
committer | Evgeny Vereshchagin <evvers@ya.ru> | 2018-12-23 11:14:20 +0100 |
commit | b635e4ef6b2f35f07111bb66a68fe850a2ccab72 (patch) | |
tree | 078e123a07d1d06282f0efe8c2b9b3f05b3028a4 /travis-ci | |
parent | core: support %j in unit dependency resolution (diff) | |
download | systemd-b635e4ef6b2f35f07111bb66a68fe850a2ccab72.tar.xz systemd-b635e4ef6b2f35f07111bb66a68fe850a2ccab72.zip |
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-x | travis-ci/managers/debian.sh | 3 |
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" |