Desactive PHP 5.3 et PHP 5.5 des test de Travis

This commit is contained in:
fufroma 2014-03-21 15:27:40 +01:00
parent 620c4c042e
commit db79d3d9cd
1 changed files with 0 additions and 2 deletions

View File

@ -1,8 +1,6 @@
language: php language: php
php: php:
- 5.5
- 5.4 - 5.4
- 5.3
script: phpunit --coverage-clover=coverage.clover script: phpunit --coverage-clover=coverage.clover
before_script: before_script:
- cd phpunit - cd phpunit