From 50d949cb7eccc3f92e6a57f204018eb093127403 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Thu, 18 Feb 2016 11:17:03 +0200 Subject: [PATCH] Working on TravisCI --- .travis.yml | 1 + codeception.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 07aa6d10b7..b77b2df708 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,6 +25,7 @@ env: before_install: # set GitHub token and update composer + - phantomjs --version - if [ -n "$GH_TOKEN" ]; then composer config github-oauth.github.com ${GH_TOKEN}; fi; - composer self-update && composer -V diff --git a/codeception.yml b/codeception.yml index d7a27890f6..8349a46e0b 100644 --- a/codeception.yml +++ b/codeception.yml @@ -10,7 +10,7 @@ settings: colors: true memory_limit: 1024M extensions: - enabled: +# enabled: # - Codeception\Extension\RunFailed # - Codeception\Extension\Recorder config: