diff options
author | Eugene Sandulenko | 2016-07-28 10:43:41 +0300 |
---|---|---|
committer | Eugene Sandulenko | 2016-07-28 10:43:41 +0300 |
commit | f3f53ab823db665be1093f6ea1290b6922827865 (patch) | |
tree | 10321af9685153a7ddaf2ea308cd5b456b5136e7 | |
parent | ad72d938736d84cc415e7f75c43ef9894424a297 (diff) | |
download | scummvm-rg350-f3f53ab823db665be1093f6ea1290b6922827865.tar.gz scummvm-rg350-f3f53ab823db665be1093f6ea1290b6922827865.tar.bz2 scummvm-rg350-f3f53ab823db665be1093f6ea1290b6922827865.zip |
BUILD: Disable Event Recorder for Travis CI, as our test/ suite is yet compatible with it
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |