From 4805fefb0d653c31cf0546c9e431e5fec4ea794a Mon Sep 17 00:00:00 2001 From: Nico <3315078+nicolus@users.noreply.github.com> Date: Tue, 25 May 2021 19:49:54 +0200 Subject: [PATCH 1/3] Update .travis.yml --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1e3da67..299a68e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,6 +20,7 @@ matrix: env: - COMPOSER_ALLOW_XDEBUG=0 + - XDEBUG_MODE=coverage cache: directories: @@ -36,4 +37,4 @@ script: after_script: - wget https://scrutinizer-ci.com/ocular.phar - - php ocular.phar code-coverage:upload --format=php-clover build/clover.xml \ No newline at end of file + - php ocular.phar code-coverage:upload --format=php-clover build/clover.xml From 7279b88ee49ab91f6ff98235f2a165cf61ba2f22 Mon Sep 17 00:00:00 2001 From: nicolus Date: Tue, 25 May 2021 20:30:51 +0200 Subject: [PATCH 2/3] Use older Unbuntu distributions to avoid Xdebug3 --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 299a68e..ca90543 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,14 +13,15 @@ matrix: - php: 7.1 - php: 7.2 - php: 7.3 - - php: 7.4snapshot + dist: precise + - php: 7.4 + dist: trusty - php: nightly allow_failures: - php: nightly env: - COMPOSER_ALLOW_XDEBUG=0 - - XDEBUG_MODE=coverage cache: directories: From 1146901048cea38526625932210970a0dadb39c3 Mon Sep 17 00:00:00 2001 From: vims Date: Wed, 26 May 2021 10:06:21 +0200 Subject: [PATCH 3/3] - change link from travis-ci.org to travis-ci.com --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8eea123..d3dba3f 100644 --- a/README.md +++ b/README.md @@ -149,7 +149,7 @@ The MIT License (MIT). Please see [License File](LICENSE.md) for more informatio [ico-downloads]: https://img.shields.io/packagist/dt/babymarkt/deepl-php-lib.svg?style=flat-square [link-packagist]: https://packagist.org/packages/babymarkt/deepl-php-lib -[link-travis]: https://travis-ci.org/Baby-Markt/deepl-php-lib +[link-travis]: https://travis-ci.com/Baby-Markt/deepl-php-lib [link-scrutinizer]: https://scrutinizer-ci.com/g/Baby-Markt/deepl-php-lib/code-structure [link-code-quality]: https://scrutinizer-ci.com/g/Baby-Markt/deepl-php-lib [link-downloads]: https://packagist.org/packages/babymarkt/deepl-php-lib