1
0
mirror of https://github.com/maximebf/php-debugbar.git synced 2025-01-17 05:18:32 +01:00

Travis tweaks

This commit is contained in:
Graham Campbell 2014-01-18 16:28:19 +00:00
parent 89ad71ab18
commit 987e050145

View File

@ -1,7 +1,19 @@
language: php
php:
- 5.3
- 5.4
- 5.5
before_script: composer install
script: phpunit
- hhvm
before_script:
- composer self-update
- composer install --no-interaction --prefer-source --dev
script:
- phpunit
matrix:
allow_failures:
- php: hhvm
fast_finish: true