laravel-prometheus-exporter/.travis.yml
Nic Appleby ae1f632ebe
Don't test against PHP 8.0 (#6)
* try upgrade phpunit

* Don't test against PHP *

* Don't upgrade phpunit actually

* Test against PHP 7.3
2019-02-11 15:19:22 +02:00

16 lines
261 B
YAML

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