Don't test against PHP *

This commit is contained in:
Nic Appleby 2019-02-11 14:49:37 +02:00
parent cd76d6240c
commit 313f8af91f

View file

@ -4,7 +4,7 @@ php:
- 5.6
- 7.0
- 7.1
- nightly
- 7.2
before_install:
- echo "extension = redis.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
@ -12,4 +12,4 @@ before_install:
before_script:
- composer install
script: ./vendor/bin/phpunit --configuration phpunit.xml
script: ./vendor/bin/phpunit --configuration phpunit.xml