File tree Expand file tree Collapse file tree 4 files changed +18
-925
lines changed
Expand file tree Collapse file tree 4 files changed +18
-925
lines changed Original file line number Diff line number Diff line change 22.idea
33/build /
44phpunit.xml
5+ /composer.lock
Original file line number Diff line number Diff line change 11language : php
22
3- php :
4- - 5.5
5- - 5.4
6- - 5.3
3+ matrix :
4+ include :
5+ - php : 5.3
6+ - php : 5.4
7+ - php : 5.5
8+ env : COMPOSER_OPTS="--prefer-lowest"
9+ - php : 5.6
10+ - php : 7.0
11+ - php : hhvm
712
8- before_script :
13+ before_install :
914 - sudo apt-get update -qq
1015 - sudo apt-get install -y bash zsh
16+
17+ install :
1118 - composer self-update
12- - composer install --dev --prefer-dist
19+ - composer update $COMPOSER_OPTS
20+
21+ script :
22+ - phpunit tests
Original file line number Diff line number Diff line change 1313 "symfony/console" : " ~2.2"
1414 },
1515 "require-dev" : {
16- "phpunit/phpunit" : " ~4.1 "
16+ "phpunit/phpunit" : " ~4.4 "
1717 },
1818 "autoload" : {
1919 "psr-4" : {
You can’t perform that action at this time.
0 commit comments