Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2019-02-26 10:51:27 +0300
committerBackportbot <backportbot-noreply@rullzer.com>2019-02-26 12:37:33 +0300
commitba07ffd997108f9156de7bfc84307cf7a5140ffb (patch)
tree11d07c399b12a2502b38f31c3b00833c11de8d61
parent6068e05c838789a52190d358465762b89795b4a6 (diff)
Bye, Scrutinizer!backport/292/stable14
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r--.scrutinizer.yml12
-rw-r--r--.travis.yml6
2 files changed, 0 insertions, 18 deletions
diff --git a/.scrutinizer.yml b/.scrutinizer.yml
deleted file mode 100644
index 7a3da7a..0000000
--- a/.scrutinizer.yml
+++ /dev/null
@@ -1,12 +0,0 @@
-filter:
- excluded_paths:
- - 'l10n/*'
- - 'tests/*'
-
-imports:
- - javascript
- - php
-
-tools:
- external_code_coverage:
- timeout: 7200 # Timeout in seconds: 2 hours
diff --git a/.travis.yml b/.travis.yml
index 58f841b..2087fc2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -69,12 +69,6 @@ script:
- sh -c "if [ '$INTEGRATION' = '1' ]; then bash run.sh; fi"
- cd ../..
- # Create coverage report
- - cd tests/Unit
- - sh -c "if [ '$INTEGRATION' != '1' -a '$JSTESTS' != '1' -a '$CODECHECK' != '1' -a '$CODECHECK' != '2' -a '$TRAVIS_PHP_VERSION' != 'hhvm' ]; then wget https://scrutinizer-ci.com/ocular.phar; fi"
- - sh -c "if [ '$INTEGRATION' != '1' -a '$JSTESTS' != '1' -a '$CODECHECK' != '1' -a '$CODECHECK' != '2' -a '$TRAVIS_PHP_VERSION' != 'hhvm' ]; then php ocular.phar code-coverage:upload --format=php-clover clover.xml; fi"
- - cd ../..
-
matrix:
include:
- php: 7.0