ci: always force eio to use fallback monitoring method
authorMike Blumenkrantz <zmike@samsung.com>
Tue, 10 Jul 2018 15:59:48 +0000 (11:59 -0400)
committerYoungbok Shin <youngb.shin@samsung.com>
Thu, 26 Jul 2018 08:26:36 +0000 (17:26 +0900)
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

index 60a3658..9c66c0b 100644 (file)
@@ -10,6 +10,7 @@ os:
 env:
   global:
     - MAKEFLAGS="-j5"
+    - EIO_MONITOR_POLL=1
   matrix:
     -
     - DISTRO=Ubuntu1804