From 51ea3c7b5975fbf7519a18ab4ea94b30dcb90e31 Mon Sep 17 00:00:00 2001 From: Michiel Dethmers Date: Sun, 8 Jan 2017 13:19:10 +0000 Subject: [PATCH] update --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 57702b471..2f6cb37b6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,7 +20,8 @@ before_script: - sudo cp -f tests/travis-ci/config.php public_html/lists/config/config.php - composer self-update - composer install --prefer-dist - - cd vendor/bin && ln -s ../njoannidi/php-lint-bash/phpLint + - cd vendor/bin && ln -s ../njoannidi/php-lint-bash/phpLint && cd ../../ + - ls -l vendor/bin # Set MySQL configuration and create the database. - mysql -e 'SET GLOBAL wait_timeout = 5400;' @@ -29,6 +30,7 @@ before_script: script: - vendor/bin/phpLint ./public_html - vendor/bin/behat + after_failure: - echo "Failures detected. Outputing additional logs:" - sudo cat /var/log/apache2/error.log