Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/securingsincity/ex_codeship


https://github.com/securingsincity/ex_codeship

codeship elixir

Last synced: about 2 months ago
JSON representation

Lists

README

        

# ExCodeship

A Codeship wrapper for Elixir
Requires an environment variable to be set for CODESHIP_KEY which can be obtained in your codeship account

## Installation

1. Add ex_codeship to your list of dependencies in `mix.exs`:

def deps do
[{:ex_codeship, "~> 0.0.1"}]
end

2. Ensure ex_codeship is started before your application:

def application do
[applications: [:ex_codeship]]
end