From 096e11cff57f1458f132569f9fe15914587ad7ff Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Thu, 18 Feb 2016 11:13:35 +0200 Subject: [PATCH] Working on TravisCI --- .travis.yml | 6 +++--- codeception.yml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 360ffb842959..07aa6d10b7dc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,10 @@ language: php -sudo: true +sudo: false php: -# - 5.5 - - 5.6 + - 5.5 +# - 5.6 # - 7.0 # - hhvm diff --git a/codeception.yml b/codeception.yml index 87ecbd1fc806..d7a27890f616 100644 --- a/codeception.yml +++ b/codeception.yml @@ -11,8 +11,8 @@ settings: memory_limit: 1024M extensions: enabled: - - Codeception\Extension\RunFailed - - Codeception\Extension\Recorder +# - Codeception\Extension\RunFailed +# - Codeception\Extension\Recorder config: Codeception\Extension\Recorder: delete_successful: false