File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -5,18 +5,17 @@ language: php
55sudo : false
66
77php :
8- - 5.4
98 - 5.5
109 - 5.6
10+ - 7.0
1111 - hhvm
12- - nightly
1312
1413matrix :
1514 allow_failures :
1615 - php : hhvm
1716
1817before_script :
19- - wget 'https://github.com/xp-framework/xp-runners/releases/download/v5.5.0 /setup' -O - | php
18+ - wget 'https://github.com/xp-framework/xp-runners/releases/download/v5.6.1 /setup' -O - | php
2019 - composer install --prefer-dist
2120 - echo "vendor/autoload.php" > composer.pth
2221 - echo "use=vendor/xp-framework/core" > xp.ini
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ ZIP File support
44[ ![ Build Status on TravisCI] ( https://secure.travis-ci.org/xp-framework/zip.svg )] ( http://travis-ci.org/xp-framework/zip )
55[ ![ XP Framework Module] ( https://raw.githubusercontent.com/xp-framework/web/master/static/xp-framework-badge.png )] ( https://github.com/xp-framework/core )
66[ ![ BSD Licence] ( https://raw.githubusercontent.com/xp-framework/web/master/static/licence-bsd.png )] ( https://github.com/xp-framework/core/blob/master/LICENCE.md )
7- [ ![ Required PHP 5.4 +] ( https://raw.githubusercontent.com/xp-framework/web/master/static/php-5_4plus .png )] ( http://php.net/ )
7+ [ ![ Required PHP 5.5 +] ( https://raw.githubusercontent.com/xp-framework/web/master/static/php-5_5plus .png )] ( http://php.net/ )
88[ ![ Supports PHP 7.0+] ( https://raw.githubusercontent.com/xp-framework/web/master/static/php-7_0plus.png )] ( http://php.net/ )
99[ ![ Latest Stable Version] ( https://poser.pugx.org/xp-framework/zip/version.png )] ( https://packagist.org/packages/xp-framework/zip )
1010
You can’t perform that action at this time.
0 commit comments