Browse Source

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
tags/v9.0beta1
Lukas Reschke 8 years ago
parent
commit
d0cc8f5cee
1 changed files with 10 additions and 0 deletions
  1. 10
    0
      .scrutinizer.yml

+ 10
- 0
.scrutinizer.yml View File

@@ -1,3 +1,13 @@
application:
environment:
php:
version: 5.4
build:
environment:
php:
version: 5.4

filter:
excluded_paths:
- '3rdparty/*'

Loading…
Cancel
Save