1
0
mirror of https://github.com/Intervention/image.git synced 2025-08-29 08:40:33 +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
- nightly
- hhvm
matrix:
allow_failures:
- php: nightly
@@ -25,4 +25,4 @@ before_script:
- composer self-update
- composer install --prefer-source --no-interaction --dev
script: phpunit
script: vendor/bin/phpunit