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
3- php :
4- - 5.4
5- - 5.5
6- - 5.6
7- - 7.0
3+ matrix :
4+ include :
5+ - php : 5.4
6+ - php : 5.5
7+ - php : 5.6
8+ env : SYMFONY_VERSION=2.2.*
9+ - php : 5.6
10+ env : SYMFONY_VERSION=2.3.*
11+ - php : 5.6
12+ env : SYMFONY_VERSION=2.4.*
13+ - php : 5.6
14+ env : SYMFONY_VERSION=2.5.*
15+ - php : 5.6
16+ env : SYMFONY_VERSION=2.6.*
17+ - php : 5.6
18+ env : SYMFONY_VERSION=2.7.*
19+ - php : 5.6
20+ env : SYMFONY_VERSION=3.0.*
21+ - php : 7.0
822
9- before_script :
10- - composer selfupdate
11- - composer install --prefer-dist
23+ env :
24+ global :
25+ - SYMFONY_VERSION=""
26+
27+ before_install :
28+ - if [ "$SYMFONY_VERSION" != "" ]; then composer require --no-update symfony/framework-bundle "$SYMFONY_VERSION"; fi
29+
30+ install :
31+ - composer install --prefer-source
1232
1333script :
1434 - vendor/bin/phpunit
You can’t perform that action at this time.
0 commit comments