diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 819eade..0000000 --- a/.travis.yml +++ /dev/null @@ -1,22 +0,0 @@ -env: - global: - - CC_TEST_REPORTER_ID=27df0a8ad648d4af0f931c1b0101cca2278fcfd755112b4d563650c45f48071c -language: ruby -dist: focal -os: linux -rvm: - - 3.1.2 - - 3.0.4 - - 2.7.6 -cache: bundler -before_script: - - curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter - - chmod +x ./cc-test-reporter - - ./cc-test-reporter before-build -script: bundle exec rake -after_script: - - ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT -addons: - apt: - packages: - - libimage-exiftool-perl diff --git a/README.md b/README.md index b1c7c44..7673bfa 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ # Ruby wrapper for ExifTool -[![Build Status](https://app.travis-ci.com/exiftool-rb/exiftool.rb.svg?branch=master)](https://app.travis-ci.com/github/exiftool-rb/exiftool.rb) [![Build Status](https://github.com/exiftool-rb/exiftool.rb/actions/workflows/build.yml/badge.svg)](https://github.com/exiftool-rb/exiftool.rb/actions) [![Gem Version](https://badge.fury.io/rb/exiftool.svg)](http://rubygems.org/gems/exiftool) [![Gem Downloads](https://img.shields.io/gem/dt/exiftool.svg)](http://rubygems.org/gems/exiftool)