Skip to content

Commit ed20d51

Browse files
committed
Upgrade runners, use PHP 7.0
1 parent 2801907 commit ed20d51

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,17 @@ language: php
55
sudo: false
66

77
php:
8-
- 5.4
98
- 5.5
109
- 5.6
10+
- 7.0
1111
- hhvm
12-
- nightly
1312

1413
matrix:
1514
allow_failures:
1615
- php: hhvm
1716

1817
before_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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)