laravel-prometheus-exporter/.travis.yml
2017-07-27 11:11:02 +02:00

12 lines
No EOL
150 B
YAML

language: php
php:
- 5.6
- 7.0
- 7.1
- nightly
before_script:
- composer install
script: ./vendor/bin/phpunit --configuration phpunit.xml