[Scummvm-cvs-logs] scummvm master -> f3f53ab823db665be1093f6ea1290b6922827865

sev- sev at scummvm.org
Thu Jul 28 09:43:56 CEST 2016


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
f3f53ab823 BUILD: Disable Event Recorder for Travis CI, as our test/ suite is yet compatible with it


Commit: f3f53ab823db665be1093f6ea1290b6922827865
    https://github.com/scummvm/scummvm/commit/f3f53ab823db665be1093f6ea1290b6922827865
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2016-07-28T10:43:41+03:00

Commit Message:
BUILD: Disable Event Recorder for Travis CI, as our test/ suite is yet compatible with it

Changed paths:
    .travis.yml



diff --git a/.travis.yml b/.travis.yml
index e0bffb8..7c9d83a 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






More information about the Scummvm-git-logs mailing list