Skip to content

Commit e20b580

Browse files
committed
Upgrade runners, run tests with PHP 7.0, too
1 parent 752d1bf commit e20b580

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ language: php
44

55
php:
66
- 5.6
7+
- 7.0
78
- hhvm
89
- nightly
910

@@ -12,7 +13,7 @@ matrix:
1213
- php: nightly
1314

1415
before_script:
15-
- wget 'https://github.com/xp-framework/xp-runners/releases/download/v5.3.1/setup' -O - | php
16+
- wget 'https://github.com/xp-framework/xp-runners/releases/download/v6.3.0/setup' -O - | php
1617
- composer install --prefer-dist
1718
- echo "vendor/autoload.php" > composer.pth
1819
- echo "use=vendor/xp-framework/core" > xp.ini

0 commit comments

Comments
 (0)