Change travis config, add scrutinizer config

This commit is contained in:
brantje 2016-10-09 18:14:27 +02:00
parent 2c48aab40d
commit a18aa0a0d1
No known key found for this signature in database
GPG key ID: 5FF1D117F918687F
2 changed files with 19 additions and 12 deletions

13
.scrutinizer.yml Normal file
View file

@ -0,0 +1,13 @@
filter:
excluded_paths:
- 'js/vendor*'
- 'l10n/*'
- 'tests/*'
imports:
- javascript
- php
tools:
external_code_coverage:
timeout: 7200 # Timeout in seconds: 2 hours

View file

@ -8,18 +8,12 @@ env:
- APP_NAME=passman
matrix:
- DB=mysql
#matrix:
# allow_failures:
# - env: DB=pgsql CORE_BRANCH=master
# include:
# - php: 5.6
# env: DB=sqlite
# - php: 5.6
# env: DB=mysql
# - php: 5.6
# env: DB=pgsql CORE_BRANCH=master
# fast_finish: true
#
branches:
only:
- master
before_install:
# enable a display for running JavaScript tests
- export DISPLAY=:99.0