diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index da57c16..0000000 --- a/.travis.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -language: ruby -cache: bundler -rvm: - - 2.6.6 -before_install: gem install bundler -v 2.1.4 -install: bundle -script: - - bundle exec rubocop - - COVERAGE=1 bundle exec rspec diff --git a/README.md b/README.md index 34efd2b..dc29aff 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Interfaceable [![Build Status](https://travis-ci.org/featurist/interfaceable.svg?branch=master)](https://travis-ci.org/featurist/interfaceable) [![Gem Version](https://badge.fury.io/rb/interfaceable.svg)](https://badge.fury.io/rb/interfaceable) +# Interfaceable Impose interfaces on classes and let this gem automatically check that the interface constraints are met.