From ec75881a49709ad07c663f7f2abe0665dfc29dca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rk=20S=C3=A1gi-Kaz=C3=A1r?= Date: Thu, 15 Feb 2018 06:33:41 +0100 Subject: [PATCH] Add build for lowest versions --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index bac3823e..2500770b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,6 +29,9 @@ branches: matrix: fast_finish: true + include: + - php: 5.6 + env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest" COVERAGE=true before_install: - if [[ $COVERAGE != true ]]; then phpenv config-rm xdebug.ini || true; fi