Drop 5.3.2 since symfony2 can not run against it anymore
parent
4ecf55e180
commit
474d5b8283
|
@ -1,12 +1,11 @@
|
||||||
language: php
|
language: php
|
||||||
|
|
||||||
php:
|
php:
|
||||||
- 5.3.2
|
|
||||||
- 5.3
|
- 5.3
|
||||||
- 5.4
|
- 5.4
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- wget -nc http://getcomposer.org/composer.phar
|
- curl -s http://getcomposer.org/installer | php
|
||||||
- php composer.phar install
|
- php composer.phar install
|
||||||
|
|
||||||
script: phpunit -c tests/
|
script: phpunit -c tests/
|
||||||
|
|
Loading…
Reference in New Issue