diff --git a/.circleci/config.yml b/.circleci/config.yml index ce68042..a67a182 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -18,7 +18,6 @@ jobs: # not passing yet # - run: mix credo --strict - run: mix coveralls.circle - - run: mix inch.report - save_cache: key: v2-dependency-cache-{{ checksum "mix.lock" }} paths: diff --git a/README.md b/README.md index 94e3a39..4f8600a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ [![CircleCI](https://circleci.com/gh/Sqlite-Ecto/sqlitex.svg?style=svg)](https://circleci.com/gh/Sqlite-Ecto/sqlitex) [![Coverage Status](https://coveralls.io/repos/github/Sqlite-Ecto/sqlitex/badge.svg?branch=master)](https://coveralls.io/github/Sqlite-Ecto/sqlitex?branch=master) -[![Inline docs](http://inch-ci.org/github/Sqlite-Ecto/sqlitex.svg)](http://inch-ci.org/github/Sqlite-Ecto/sqlitex) [![Hex.pm](https://img.shields.io/hexpm/v/sqlitex.svg)](https://hex.pm/packages/sqlitex) [![Hex.pm](https://img.shields.io/hexpm/dt/sqlitex.svg)](https://hex.pm/packages/sqlitex) diff --git a/mix.exs b/mix.exs index 56405b4..4f929a8 100644 --- a/mix.exs +++ b/mix.exs @@ -37,7 +37,6 @@ defmodule Sqlitex.Mixfile do {:excoveralls, "~> 0.10", only: :test}, {:ex_doc, "~> 0.19", only: :docs, runtime: false}, {:excheck, "~> 0.6", only: :test}, - {:inch_ex, "~> 1.0", only: :test}, {:triq, "~> 1.2", only: :test}, ] end