1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-03-14 04:30:29 +01:00

[ticket/14743] Remove PHP7 from travis tests

PHPBB3-14743
This commit is contained in:
Oliver Schramm 2016-08-17 17:56:21 +02:00
parent 488fd8f54c
commit bb11294b96

View File

@ -22,12 +22,9 @@ matrix:
env: DB=mysqli
- php: 5.6
env: DB=mysqli
- php: 7.0
env: DB=mysqli
- php: hhvm
env: DB=mysqli
allow_failures:
- php: 7.0
- php: hhvm
fast_finish: true