From 887fe6e86674a8f07c11464345c4a559bc20b83e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andre=CC=81=20R?= Date: Tue, 14 May 2019 07:50:14 +0200 Subject: [PATCH] Try something --- .travis.yml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index c1f501a1..e195d7ee 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,12 +11,7 @@ matrix: fast_finish: true include: - php: "5.6" - # proc_open(): fork failed - Cannot allocate memory - env: COMPOSER_FLAGS="--prefer-source" - - php: "7.0" - - php: "7.1" - - php: "7.2" - env: CHECK_CS=true + cache: directories: @@ -31,11 +26,12 @@ branches: # setup requirements for running unit tests before_script: # Disable xdebug and remove memory limit to speed things up + - composer self-update --rollback - phpenv config-rm xdebug.ini - echo "memory_limit=-1" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini - php -v # Install packages using composer - - travis_retry composer install --no-interaction --no-progress $COMPOSER_FLAGS + - composer install --no-interaction --no-progress $COMPOSER_FLAGS # execute phpunit as the script command script: