aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorBastien Bouclet2016-07-28 18:25:05 +0200
committerBastien Bouclet2016-07-28 18:25:05 +0200
commitf980ef5524897eac047f0d794af3971c7c71a6a3 (patch)
tree7d1bf6d6a59d6eec7809796a174afaae8304cb6a /.travis.yml
parent8d34d5190db8a7af9a63c802e4f14a3b8a4ee7d1 (diff)
downloadscummvm-rg350-f980ef5524897eac047f0d794af3971c7c71a6a3.tar.gz
scummvm-rg350-f980ef5524897eac047f0d794af3971c7c71a6a3.tar.bz2
scummvm-rg350-f980ef5524897eac047f0d794af3971c7c71a6a3.zip
BUILD: Don't disable the event recorder for TravisCI
Tests now build fine with the event recorder enabled
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 9965f168b8..0c88ec8f24 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -33,7 +33,7 @@ os:
- linux
script:
- - ./configure --enable-all-engines --disable-eventrecorder
+ - ./configure --enable-all-engines
- make -j 2
- make test
- make devtools