1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-01-19 07:08:09 +01:00

Merge pull request #4415 from Elsensee/ticket/14743

[ticket/14743] Remove PHP7 from travis tests in 3.1.x
This commit is contained in:
Marc Alexander 2016-08-21 10:06:41 +02:00
commit a36f96aefa

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