aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorEugene Sandulenko2016-07-28 10:43:41 +0300
committerEugene Sandulenko2016-07-28 10:43:41 +0300
commitf3f53ab823db665be1093f6ea1290b6922827865 (patch)
tree10321af9685153a7ddaf2ea308cd5b456b5136e7 /.travis.yml
parentad72d938736d84cc415e7f75c43ef9894424a297 (diff)
downloadscummvm-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
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
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