travis: add lowest build

This commit is contained in:
Tomas Votruba 2018-05-30 20:11:05 +02:00
parent bb5b391b21
commit 77c634bc4d

View File

@ -4,6 +4,8 @@ matrix:
include:
- php: 7.1
env: STATIC_ANALYSIS=true RUN_RECTOR=true
- php: 7.1
env: COMPOSER_FLAGS="--prefer-lowest"
- php: 7.2
env: PHPUNIT_FLAGS="--coverage-clover coverage.xml --testsuite=contrib-rectors"
- php: 7.2
@ -12,7 +14,7 @@ matrix:
env: PHPUNIT_FLAGS="--coverage-clover coverage.xml --testsuite=main"
install:
- composer install
- composer update $COMPOSER_FLAGS
before_script:
# disable xdebug if not coverage