File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 directories :
77 - $HOME/.composer/cache/files
88
9- php :
10- - 5.3
11- - 5.4
12- - 5.5
13- - 5.6
14- - 7.0
15- - hhvm
9+ matrix :
10+ include :
11+ - php : 5.3
12+ env : COMPOSER_FLAGS='--prefer-lowest --prefer-stable'
13+ - php : 5.4
14+ - php : 5.5
15+ - php : 5.6
16+ - php : 7.0
17+ env : DEPENDENCIES=dev
18+ - php : hhvm
1619
17- install : composer install
20+ before_script :
21+ - if [ "$DEPENDENCIES" = "dev" ]; then perl -pi -e 's/^}$/,"minimum-stability":"dev"}/' composer.json; fi;
22+ - composer update $COMPOSER_FLAGS
1823
1924script : phpunit --coverage-text --coverage-clover=coverage.clover
2025
Original file line number Diff line number Diff line change 1212 ],
1313 "require" : {
1414 "php" : " >=5.3.3" ,
15- "symfony/yaml" : " ~2.0"
15+ "symfony/yaml" : " ~2.3|~3. 0"
1616 },
1717 "require-dev" : {
1818 "composer/composer" : " 1.0.*@dev" ,
You can’t perform that action at this time.
0 commit comments