From dbd8d381e712f3b05aa1feea8e4919d7e198ace0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20Sessing=C3=B8?= Date: Tue, 23 Mar 2021 15:31:47 +0100 Subject: [PATCH] Updated travis.yml --- .travis.yml | 22 +++------------------- 1 file changed, 3 insertions(+), 19 deletions(-) diff --git a/.travis.yml b/.travis.yml index 263fec2..d3645cb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,27 +1,11 @@ -sudo: false - language: php php: - 7.4.2 before_script: - - mkdir -p _clover - - ls -al + - curl -sS http://getcomposer.org/installer | php + - php composer.phar install --prefer-source --no-interaction script: - - ./vendor/bin/phpunit --coverage-clover _clover/clover.xml - -install: - # Install composer packages - - travis_retry composer install --no-interaction --no-suggest - # Install coveralls.phar - - wget -c -nc --retry-connrefused --tries=0 https://github.com/php-coveralls/php-coveralls/releases/download/v2.0.0/php-coveralls.phar -O coveralls.phar - - chmod +x coveralls.phar - - php coveralls.phar --version - -after_success: - # Submit coverage report to Coveralls servers, see .coveralls.yml - - travis_retry php coveralls.phar -v - # Submit coverage report to codecov.io - - bash <(curl -s https://codecov.io/bash) \ No newline at end of file + - ./vendor/bin/phpunit \ No newline at end of file