1
0
mirror of https://github.com/Intervention/image.git synced 2025-09-02 02:12:37 +02:00

Merge pull request #705 from code418/master

Update Travis CI config to allow pass for PHP 5.4 - 5.6
This commit is contained in:
Oliver Vogel
2017-04-22 16:48:53 +02:00
committed by GitHub

View File

@@ -8,7 +8,7 @@ php:
- 7.1 - 7.1
- nightly - nightly
- hhvm - hhvm
matrix: matrix:
allow_failures: allow_failures:
- php: nightly - php: nightly
@@ -25,4 +25,4 @@ before_script:
- composer self-update - composer self-update
- composer install --prefer-source --no-interaction --dev - composer install --prefer-source --no-interaction --dev
script: phpunit script: vendor/bin/phpunit