Skip to content

Commit

Permalink
Merge pull request #1 from ggpasqualino/add-travis
Browse files Browse the repository at this point in the history
Add travis setup
  • Loading branch information
ggpasqualino committed Dec 4, 2017
2 parents b83e8f0 + 439097c commit f5b2049
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
language: elixir
sudo: false
elixir: 1.5.2
otp_release: 20.1

before_script:
- mix deps.compile

script:
- mix compile --warnings-as-errors
- mix credo
- mix test
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![Build Status](https://travis-ci.org/ggpasqualino/plug_checkup.svg?branch=master)](https://travis-ci.org/ggpasqualino/plug_checkup)

# PlugCheckup

PlugCheckup provides a Plug for adding simple health checks to your app. The [JSON output](#response) is similar to the one provided by the [MiniCheck](https://github.com/workshare/mini-check) Ruby library. It was started at [solarisBank](https://www.solarisbank.de/en/) as an easy way of providing monitoring to our Plug based applications.
Expand Down

0 comments on commit f5b2049

Please sign in to comment.