From afa3b7c8296bb1b9a165703fe48b36a422906178 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Tue, 10 Jul 2018 11:59:48 -0400 Subject: [PATCH] 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 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) 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