mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-04 12:17:35 +02:00
Update travis config
This commit is contained in:
@@ -1,11 +1,12 @@
|
|||||||
language: php
|
language: php
|
||||||
|
|
||||||
php:
|
php:
|
||||||
|
- 5.3.3
|
||||||
- 5.3
|
- 5.3
|
||||||
- 5.4
|
- 5.4
|
||||||
|
- 5.5
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- curl -s http://getcomposer.org/installer | php
|
- composer install --dev --prefer-source
|
||||||
- php composer.phar install --dev
|
|
||||||
|
|
||||||
script: phpunit
|
script: phpunit
|
||||||
|
Reference in New Issue
Block a user