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

Commit

Permalink
Update deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
ConnorRigby committed Sep 3, 2018
1 parent 43bcb25 commit f36a1e7
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .circleci/config.yml
Expand Up @@ -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:
Expand Down
1 change: 0 additions & 1 deletion 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)

Expand Down
1 change: 0 additions & 1 deletion mix.exs
Expand Up @@ -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
Expand Down

0 comments on commit f36a1e7

Please sign in to comment.