Skip to content

Commit

Permalink
Specify PHP 5.4 as version for scrutinizer
Browse files Browse the repository at this point in the history
Let's see if this helps for cases such as owncloud/core#19793
  • Loading branch information
LukasReschke committed Oct 14, 2015
1 parent 905474e commit d0cc8f5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
application:
environment:
php:
version: 5.4

build:
environment:
php:
version: 5.4

filter:
excluded_paths:
- '3rdparty/*'
Expand Down

0 comments on commit d0cc8f5

Please sign in to comment.