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

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.scrutinizer.yml2
-rw-r--r--.travis.yml1
-rw-r--r--composer.json3
3 files changed, 1 insertions, 5 deletions
diff --git a/.scrutinizer.yml b/.scrutinizer.yml
index c8efedb488..f25f35d707 100644
--- a/.scrutinizer.yml
+++ b/.scrutinizer.yml
@@ -5,8 +5,6 @@ imports:
filter:
excluded_paths: [libraries/php-gettext/*, libraries/tcpdf/*, libraries/bfShapeFiles/*, PMAStandard/*, libraries/phpseclib/*, libraries/plugins/auth/recaptchalib.php, libraries/plugins/auth/swekey/swekey.php, libraries/sql-formatter/*, js/jquery/*, js/jqplot/*, js/openlayers/*, js/codemirror/*, js/canvg/*, js/tracekit/*, js/OpenStreetMap.js, js/sprintf.js, test/libraries/php-gettext/*, test/libraries/sql-formatter/*]
tools:
- external_code_coverage:
- timeout: 3600 # Timeout in seconds.
php_code_sniffer:
config:
standard: "PMAStandard"
diff --git a/.travis.yml b/.travis.yml
index c3d29e007f..adbf0e8aaa 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -50,7 +50,6 @@ script:
fi
after_script:
- - if [ -f build/logs/clover.xml ] ; then php vendor/bin/ocular code-coverage:upload --format=php-clover build/logs/clover.xml || true ; fi
- if [ -f vendor/bin/coveralls ] ; then php vendor/bin/coveralls -v || true ; fi
- if [ -f php.log ] ; then cat php.log ; fi
diff --git a/composer.json b/composer.json
index fda61cd0d7..e5c79ed78c 100644
--- a/composer.json
+++ b/composer.json
@@ -24,7 +24,6 @@
"require-dev": {
"satooshi/php-coveralls": ">=0.6",
"phpunit/phpunit": ">=3.7",
- "phpunit/phpunit-selenium": ">=1.2",
- "scrutinizer/ocular": ">=1.0.0"
+ "phpunit/phpunit-selenium": ">=1.2"
}
}