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
This commit is contained in:
Mike Blumenkrantz 2018-07-10 11:59:48 -04:00 committed by Stefan Schmidt
parent b8d8928718
commit afa3b7c829
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ os:
env:
global:
- MAKEFLAGS="-j5"
- EIO_MONITOR_POLL=1
matrix:
-
- DISTRO=Ubuntu1804