1language: elixir
2otp_release:
3  - 18.3
4  - 19.0
5  - 20.0
6elixir:
7  - 1.4
8  - 1.5
9env: MIX_ENV=test
10install:
11  - mix local.hex --force
12  - mix local.rebar --force
13  - mix do deps.get, compile
14  - mix ecto.create
15notifications:
16  email:
17    - paulschoenfelder@gmail.com
18