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:
authorMichal Čihař <michal@cihar.com>2017-06-15 17:45:35 +0300
committerMichal Čihař <michal@cihar.com>2017-06-15 17:45:35 +0300
commit990b8163b4a5bb183d708b429b6f4f11535f58bc (patch)
treef82441715be3c5d470cfd0998243725e363874bd /.travis.yml
parenta22b48351e02b6d733b24e481700459f10a8b1b3 (diff)
parent3675c1ef946a02bcc03e381cfe1866e5820d3ab4 (diff)
Merge branch 'QA_4_7'
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index d5b9756b97..ae85331b7a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -45,7 +45,6 @@ script:
- ./test/ci-$CI_MODE
after_script:
- - if [ -f vendor/bin/coveralls ] ; then php vendor/bin/coveralls -v || true ; fi
- if [ -f vendor/bin/codacycoverage ] ; then php vendor/bin/codacycoverage clover || true ; fi
- if [ -f php.log ] ; then cat php.log ; fi
- if [ -f build/logs/phpunit.json ] ; then ./scripts/phpunit-top-tests build/logs/phpunit.json ; fi