File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11language : php
22
33php :
4- - 5.3
5- - 5.4
6- - 5.5
7- - 5.6
8- - hhvm
4+ - 5.3
5+ - 5.4
6+ - 5.5
7+ - 5.6
8+ - 7.0
9+ - hhvm
910
1011env :
11- - SYMFONY_VERSION=2.3.*
12+ - SYMFONY_VERSION="~2.4.0"
13+ - SYMFONY_VERSION="~2.5.0"
14+ - SYMFONY_VERSION="~2.6.0"
15+ - SYMFONY_VERSION="~2.7.0"
16+ - SYMFONY_VERSION="dev-master"
1217
1318matrix :
14- allow_failures :
15- - php : hhvm
16- - env : SYMFONY_VERSION=dev-master
17- include :
18- - php : 5.5
19- env : SYMFONY_VERSION=2.4.*
20- - php : 5.5
21- env : SYMFONY_VERSION=2.5.*
22- - php : 5.5
23- env : SYMFONY_VERSION=dev-master
19+ fast_finish : true
20+ allow_failures :
21+ - php : 7.0
22+ - php : hhvm
23+ - env : SYMFONY_VERSION="dev-master"
24+ exclude :
25+ # Symfony 3.x requires PHP 5.5
26+ - php : 5.3
27+ env : SYMFONY_VERSION="dev-master"
28+ - php : 5.4
29+ env : SYMFONY_VERSION="dev-master"
30+
31+ sudo : false
2432
2533before_script :
2634 - curl -s http://getcomposer.org/installer | php
27- - php composer.phar require symfony/symfony:${SYMFONY_VERSION} --no-update
28- - php composer.phar --dev install
35+ - php composer.phar require --no-update symfony/symfony:${SYMFONY_VERSION}
36+ - php composer.phar install --prefer-source
2937
3038script : phpunit --coverage-text
You can’t perform that action at this time.
0 commit comments