From d0cc8f5cee908169872213b233fefdfd3da28046 Mon Sep 17 00:00:00 2001
From: Lukas Reschke <lukas@owncloud.com>
Date: Wed, 14 Oct 2015 22:50:47 +0200
Subject: [PATCH] Specify PHP 5.4 as version for scrutinizer

Let's see if this helps for cases such as https://github.com/owncloud/core/issues/19793
---
 .scrutinizer.yml | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/.scrutinizer.yml b/.scrutinizer.yml
index c788343e5d3..f91134ee995 100644
--- a/.scrutinizer.yml
+++ b/.scrutinizer.yml
@@ -1,3 +1,13 @@
+application:
+    environment:
+        php:
+            version: 5.4
+  
+build:
+    environment:
+        php:
+            version: 5.4
+
 filter:
     excluded_paths:
         - '3rdparty/*'
-- 
GitLab