Skip to content

Commit

Permalink
add travis.yml config
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonLab committed Feb 5, 2019
1 parent a76418c commit 6bc2aca
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
language: elixir
elixir:
- 1.7
otp_release:
- 20.2.4
env:
- MIX_ENV=test
cache:
directories:
- _build
- deps
services:
- postgresql
env:
global:
- MIX_ENV=test
before_script:
- mix do ecto.create
script:
- mix test

0 comments on commit 6bc2aca

Please sign in to comment.