Skip to content

Commit

Permalink
adds HexFactor badge and update dependencies accordingly dwyl/repo-ba…
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonic committed Sep 9, 2017
1 parent 30237de commit 56af0a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
[![Build Status](https://img.shields.io/travis/dwyl/hits-elixir.svg?style=flat-square)](https://travis-ci.org/dwyl/hits-elixir)
[![HitCount](http://hits.dwyl.io/dwyl/hits-elixir.svg)](https://github.com/dwyl/hits-elixir)
[![codecov.io](https://img.shields.io/codecov/c/github/dwyl/hits-elixir/master.svg?style=flat-square)](http://codecov.io/github/dwyl/hits-elixir?branch=master)
[![Deps Status](https://beta.hexfaktor.org/badge/all/github/dwyl/hits-elixir.svg?style=flat-square)](https://beta.hexfaktor.org/github/dwyl/hits-elixir)

</div>

Expand Down
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ defmodule App.Mixfile do # this is a fairly standard/simple mix file ...
{:plug, "~> 1.3.4"}, # Elixir's HTTP library for routing etc.
{:poison, "~> 3.1"}, # to decode .json file in hash test
{:json, "~> 1.0", only: [:test, :dev]}, # for reading JSON fixture file
{:excoveralls, "~> 0.6.2", only: [:test, :dev]}, # tracking test coverage
{:ex_doc, "~> 0.11", only: [:test, :dev]}, # to generate documentation
{:excoveralls, "~> 0.7.0", only: [:test, :dev]}, # tracking test coverage
{:ex_doc, "~> 0.16.1", only: [:test, :dev]}, # to generate documentation
{:dogma, "~> 0.1", only: [:test, :dev]}, # Elixir style
]
end
Expand Down

0 comments on commit 56af0a0

Please sign in to comment.