aboutsummaryrefslogtreecommitdiffstats
path: root/.scrutinizer.yml
diff options
context:
space:
mode:
authorLukas Reschke <lukas@owncloud.com>2015-10-14 22:50:47 +0200
committerLukas Reschke <lukas@owncloud.com>2015-10-14 22:50:47 +0200
commitd0cc8f5cee908169872213b233fefdfd3da28046 (patch)
tree6cda913de54fa9c9771d89e6cea8ca5f5d5df63a /.scrutinizer.yml
parent905474ebd45275c1a28efae73954e8a0dd544c53 (diff)
downloadnextcloud-server-d0cc8f5cee908169872213b233fefdfd3da28046.tar.gz
nextcloud-server-d0cc8f5cee908169872213b233fefdfd3da28046.zip
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
Diffstat (limited to '.scrutinizer.yml')
-rw-r--r--.scrutinizer.yml10
1 files changed, 10 insertions, 0 deletions
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/*'