diff --git a/.travis.yml b/.travis.yml index e0050e2..fb43f2b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,10 +13,13 @@ cache: - vendor install: - - travis_retry composer install --no-interaction --no-dev --ignore-platform-reqs + - travis_retry composer install --no-interaction --ignore-platform-reqs script: - vendor/bin/phpunit --verbose matrix: fast_finish: true + include: + - php: 5.3 + dist: precise