Skip to content

Commit

Permalink
Merge pull request #14 from c-rack/automate-coveralls
Browse files Browse the repository at this point in the history
Code coverage reporting
  • Loading branch information
duijf committed Oct 30, 2015
2 parents fffffa1 + 1cbc0e7 commit 695ebcf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ language: elixir
sudo: false
otp_release:
- 17.4
after_success:
- "mix compile && mix coveralls.travis"

1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

[![Hex.pm Version](http://img.shields.io/hexpm/v/cidr.svg)](https://hex.pm/packages/cidr)
[![Build Status](https://travis-ci.org/c-rack/cidr-elixir.png?branch=master)](https://travis-ci.org/c-rack/cidr-elixir)
[![Coverage Status](https://coveralls.io/repos/c-rack/cidr-elixir/badge.svg?branch=&service=github)](https://coveralls.io/github/c-rack/cidr-elixir?branch=)

[Classless Inter-Domain Routing](https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing)
(CIDR) utilities for [Elixir](http://www.elixir-lang.org/)
Expand Down

0 comments on commit 695ebcf

Please sign in to comment.