Attempt to fix travis part 1

This commit is contained in:
flash 2018-03-24 05:39:54 +01:00
parent ee04c88713
commit 6a422dfbb2

View file

@ -11,6 +11,8 @@ matrix:
fast_finish: true fast_finish: true
before_install: before_install:
- pecl install imagick
- pecl install redis
- composer install - composer install
script: ./vendor/bin/phpunit script: ./vendor/bin/phpunit