diff options
Diffstat (limited to '.scrutinizer.yml')
-rw-r--r-- | .scrutinizer.yml | 10 |
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/*' |