From f3f53ab823db665be1093f6ea1290b6922827865 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Thu, 28 Jul 2016 10:43:41 +0300 Subject: BUILD: Disable Event Recorder for Travis CI, as our test/ suite is yet compatible with it --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index e0bffb814f..7c9d83a795 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,7 +33,7 @@ os: - linux script: - - ./configure --enable-all-engines + - ./configure --enable-all-engines --disable-eventrecorder - make - make test - make devtools -- cgit v1.2.3