diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 44226e5..0000000 --- a/.travis.yml +++ /dev/null @@ -1,26 +0,0 @@ -language: ruby - -rvm: - - 3.0 - - 2.7 - - 2.6 - - 2.5 - - jruby - - truffleruby - -matrix: - allow_failures: - - rvm: jruby - - rvm: truffleruby - fast_finish: true - -before_install: - - 'echo ''gem: --no-ri --no-rdoc'' > ~/.gemrc' - -bundler_args: --jobs 4 --retry 4 - -before_script: - -# execute rspec tests, rubocop and bundle:audit -script: - bundle exec rake ci diff --git a/README.markdown b/README.markdown index 4fa80b7..fc58d78 100644 --- a/README.markdown +++ b/README.markdown @@ -7,7 +7,6 @@ And what works for the internal communication between your own apps, will also w It offers an **easy to learn interface** and **nice error handling**. And it enables you to **queue HTTP requests to run them in parallel** for better performance and simple aggregating of distributed data. [![GitHub Actions CI Build Status](https://github.com/mediafinger/chimera_http_client/actions/workflows/action-ci.yml/badge.svg?branch=master)](https://github.com/mediafinger/chimera_http_client/actions/workflows/action-ci.yml) -[![Travis-CI Build Status](https://travis-ci.com/mediafinger/chimera_http_client.svg?branch=master)](https://travis-ci.com/mediafinger/chimera_http_client) [![Gem Version](https://badge.fury.io/rb/chimera_http_client.svg)](https://badge.fury.io/rb/chimera_http_client) ## Dependencies