From edda5eb2fc076ce313a57b0ea059349f7d9c28a7 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Thu, 18 Feb 2016 11:21:23 +0200 Subject: [PATCH] Working on TravisCI --- .travis.yml | 3 ++- codeception.yml | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index b77b2df7080e..4bdcc265fb53 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,7 +25,6 @@ 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 @@ -57,6 +56,8 @@ before_script: - phantomjs --webdriver=4444 & # '&' allows to run in background # Give it some time to start - sleep 5 + # Make sure the app is up-to-date + - curl -L http://ninja.dev:8000/update script: - php ./vendor/codeception/codeception/codecept run --html --debug diff --git a/codeception.yml b/codeception.yml index 8349a46e0b7c..87ecbd1fc806 100644 --- a/codeception.yml +++ b/codeception.yml @@ -10,9 +10,9 @@ settings: colors: true memory_limit: 1024M extensions: -# enabled: -# - Codeception\Extension\RunFailed -# - Codeception\Extension\Recorder + enabled: + - Codeception\Extension\RunFailed + - Codeception\Extension\Recorder config: Codeception\Extension\Recorder: delete_successful: false