diff options
author | Mike Blumenkrantz <zmike@samsung.com> | 2018-07-10 11:59:48 -0400 |
---|---|---|
committer | Stefan Schmidt <s.schmidt@samsung.com> | 2018-07-24 12:25:38 +0200 |
commit | afa3b7c8296bb1b9a165703fe48b36a422906178 (patch) | |
tree | b9868c9a49dff5872341ced4cbb177314ff2bb99 /.travis.yml | |
parent | b8d892871876a422e382ae70e7a7c1777cac0bda (diff) | |
download | efl-afa3b7c8296bb1b9a165703fe48b36a422906178.tar.gz |
ci: always force eio to use fallback monitoring method
inotify is not available in docker containers, so disable this for now
as it will always cause codepaths relying on it to time out
Differential Revision: https://phab.enlightenment.org/D6601
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 60a3658b8b..9c66c0b30e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,6 +10,7 @@ os: env: global: - MAKEFLAGS="-j5" + - EIO_MONITOR_POLL=1 matrix: - - DISTRO=Ubuntu1804 |