mirror of
https://github.com/nextcloud/passman.git
synced 2025-01-19 05:37:44 +08:00
Merge branch 'changeCIConfig'
This commit is contained in:
commit
65c2111cb5
2 changed files with 19 additions and 12 deletions
13
.scrutinizer.yml
Normal file
13
.scrutinizer.yml
Normal 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
|
18
.travis.yml
18
.travis.yml
|
@ -8,18 +8,12 @@ env:
|
||||||
- APP_NAME=passman
|
- APP_NAME=passman
|
||||||
matrix:
|
matrix:
|
||||||
- DB=mysql
|
- DB=mysql
|
||||||
#matrix:
|
|
||||||
# allow_failures:
|
branches:
|
||||||
# - env: DB=pgsql CORE_BRANCH=master
|
only:
|
||||||
# include:
|
- master
|
||||||
# - php: 5.6
|
|
||||||
# env: DB=sqlite
|
|
||||||
# - php: 5.6
|
|
||||||
# env: DB=mysql
|
|
||||||
# - php: 5.6
|
|
||||||
# env: DB=pgsql CORE_BRANCH=master
|
|
||||||
# fast_finish: true
|
|
||||||
#
|
|
||||||
before_install:
|
before_install:
|
||||||
# enable a display for running JavaScript tests
|
# enable a display for running JavaScript tests
|
||||||
- export DISPLAY=:99.0
|
- export DISPLAY=:99.0
|
||||||
|
|
Loading…
Reference in a new issue