aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2015-10-24 11:42:22 +0200
committerAndreas Fischer <bantu@phpbb.com>2015-10-24 11:42:22 +0200
commit7338c5d84592c29ebbb4e5f55cbbd4cda71ec925 (patch)
tree0d376f395bba973cb15a887e62cb34294fa1faf2
parenta246cb6414ed1c3a0de2238b11ee28fe777092f2 (diff)
parentc4d7b6321b9068063abc03bcdfa73a5d091e6924 (diff)
downloadforums-7338c5d84592c29ebbb4e5f55cbbd4cda71ec925.tar
forums-7338c5d84592c29ebbb4e5f55cbbd4cda71ec925.tar.gz
forums-7338c5d84592c29ebbb4e5f55cbbd4cda71ec925.tar.bz2
forums-7338c5d84592c29ebbb4e5f55cbbd4cda71ec925.tar.xz
forums-7338c5d84592c29ebbb4e5f55cbbd4cda71ec925.zip
Merge pull request #4003 from Elsensee/ticket/14256
[ticket/14256] Remove PHP7 from the allowed failures * Elsensee/ticket/14256: [ticket/14256] Remove PHP7 from the allowed failures
-rw-r--r--.travis.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 4f9734a19a..8d0fe27203 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -25,7 +25,6 @@ matrix:
- php: hhvm
env: DB=mysqli
allow_failures:
- - php: 7.0
- php: hhvm
fast_finish: true