From 9b4c68d95244430a6d69d791f5b295b6fef83916 Mon Sep 17 00:00:00 2001 From: Daniel Date: Tue, 2 Jan 2018 15:29:25 +0100 Subject: [PATCH] [TASK] Travis changes and tests (#12) --- .travis.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.travis.yml b/.travis.yml index b9b784f..d7ac453 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,11 +6,18 @@ cache: directories: - $HOME/.composer/cache +# This is executed for all stages +before_install: + - composer self-update + - composer --version + - if php -i | grep -q xdebug; then phpenv config-rm xdebug.ini; fi + install: - composer require typo3/cms="$TYPO3_VERSION" - composer install jobs: + fast_finish: true include: - php: 7.1 env: TYPO3_VERSION=^8.7 @@ -18,6 +25,8 @@ jobs: env: TYPO3_VERSION=^8.7 - stage: test + php: 7.1 + env: TYPO3_VERSION=^8.7 script: - composer lint - composer cgl