1
0
mirror of https://github.com/maximebf/php-debugbar.git synced 2025-01-17 21:38:14 +01:00
php-debugbar/.travis.yml
Robbie Averill 9640a66b9c Fix remove square bracket array declaration for PHP 5.3 compatibility (#360)
* Fix remove square bracket array declaration for PHP 5.3 compatibility

* Use dist: precise on Travis to ensure PHP 5.3 compatibility
2017-09-13 14:19:07 +02:00

18 lines
198 B
YAML

language: php
dist: precise
php:
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0
- 7.1
before_script:
- travis_retry composer install --no-interaction --prefer-source
script:
- vendor/bin/phpunit