diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index ac7d3d8..0000000 --- a/.travis.yml +++ /dev/null @@ -1,35 +0,0 @@ -language: php - -php: - - 5.6 - - 7.0 - - 7.1 - - 7.2 - - 7.3 - -sudo: false - -# cache vendor dirs -cache: - directories: - - $HOME/.composer/cache - -install: - - travis_retry composer self-update && composer --version - - export PATH="$HOME/.composer/vendor/bin:$PATH" - - travis_retry composer install --prefer-dist --no-interaction - -#before_script: -# - | -# if [ $TRAVIS_PHP_VERSION = '5.6' ]; then -# PHPUNIT_FLAGS="--coverage-clover=coverage.clover" -# fi -script: - - ./vendor/bin/phpunit --verbose $PHPUNIT_FLAGS - -#after_script: -# - | -# if [ $TRAVIS_PHP_VERSION = '5.6' ]; then -# travis_retry wget https://scrutinizer-ci.com/ocular.phar -# php ocular.phar code-coverage:upload --format=php-clover coverage.clover -# fi diff --git a/README.md b/README.md index 6e97e32..6b17391 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ It is based on [ApexWire's](https://github.com/ApexWire) [yii2-restclient](https [![Latest Stable Version](https://poser.pugx.org/simialbi/yii2-rest-client/v/stable?format=flat-square)](https://packagist.org/packages/simialbi/yii2-rest-client) [![Total Downloads](https://poser.pugx.org/simialbi/yii2-rest-client/downloads?format=flat-square)](https://packagist.org/packages/simialbi/yii2-rest-client) [![License](https://poser.pugx.org/simialbi/yii2-rest-client/license?format=flat-square)](https://packagist.org/packages/simialbi/yii2-rest-client) -[![Build Status](https://travis-ci.com/simialbi/yii2-rest-client.svg?branch=master)](https://travis-ci.com/simialbi/yii2-rest-client) +![Build Status](https://github.com/simialbi/yii2-rest-client/workflows/build/badge.svg) ## Resources * [yii2-restclient](https://github.com/ApexWire/yii2-restclient)