Add Semaphore CI build status badge
This commit is contained in:
parent
e38b0b6b79
commit
a4cddac199
|
|
@ -1,5 +1,7 @@
|
|||
# Isn
|
||||
|
||||
[](https://semaphoreci.com/frost/isn)
|
||||
|
||||
Isn adds a [`Postgrex.Extension`][1] and [`Ecto.Type`][2] definitions
|
||||
for the datatypes defined in the [`isn`][3] PostgreSQL module.
|
||||
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ defmodule IsnTest do
|
|||
alias Postgrex.Connection, as: P
|
||||
|
||||
setup do
|
||||
options = Keyword.merge(conn_options, [extensions: [{Isn, {}}]])
|
||||
options = Keyword.merge(conn_options, [extensions: [{Isn, {}}]])
|
||||
{:ok, pid} = P.start_link(options)
|
||||
{:ok, [pid: pid]}
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in New Issue