Skip to content
This repository was archived by the owner on Mar 19, 2021. It is now read-only.

Commit 025f281

Browse files
committed
Update deps.
1 parent 68ce66a commit 025f281

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

.circleci/config.yml

-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ jobs:
1818
# not passing yet
1919
# - run: mix credo --strict
2020
- run: mix coveralls.circle
21-
- run: mix inch.report
2221
- save_cache:
2322
key: v2-dependency-cache-{{ checksum "mix.lock" }}
2423
paths:

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
[![CircleCI](https://circleci.com/gh/Sqlite-Ecto/sqlitex.svg?style=svg)](https://circleci.com/gh/Sqlite-Ecto/sqlitex)
22
[![Coverage Status](https://coveralls.io/repos/github/Sqlite-Ecto/sqlitex/badge.svg?branch=master)](https://coveralls.io/github/Sqlite-Ecto/sqlitex?branch=master)
3-
[![Inline docs](http://inch-ci.org/github/Sqlite-Ecto/sqlitex.svg)](http://inch-ci.org/github/Sqlite-Ecto/sqlitex)
43
[![Hex.pm](https://img.shields.io/hexpm/v/sqlitex.svg)](https://hex.pm/packages/sqlitex)
54
[![Hex.pm](https://img.shields.io/hexpm/dt/sqlitex.svg)](https://hex.pm/packages/sqlitex)
65

mix.exs

-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ defmodule Sqlitex.Mixfile do
3737
{:excoveralls, "~> 0.10", only: :test},
3838
{:ex_doc, "~> 0.19", only: :docs, runtime: false},
3939
{:excheck, "~> 0.6", only: :test},
40-
{:inch_ex, "~> 1.0", only: :test},
4140
{:triq, "~> 1.2", only: :test},
4241
]
4342
end

0 commit comments

Comments
 (0)