Skip to content

Commit

Permalink
build server fix
Browse files Browse the repository at this point in the history
  • Loading branch information
izelnakri committed Feb 1, 2017
1 parent 5124f78 commit 259eb4f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion circle.yml
Expand Up @@ -3,6 +3,10 @@ machine:
PATH: "$HOME/.asdf/bin:$HOME/.asdf/shims:$PATH"
MIX_ENV: test

database:
override:
- createdb paper_trail_example_test

dependencies:
cache_directories:
- ~/.asdf
Expand All @@ -13,7 +17,7 @@ dependencies:
- asdf plugin-add erlang https://github.com/asdf-vm/asdf-erlang.git || true
- asdf plugin-add elixir https://github.com/asdf-vm/asdf-elixir.git || true
- echo "erlang 19.0" >> .tool-versions
- echo "elixir 1.3.1" >> .tool-versions
- echo "elixir 1.4.0" >> .tool-versions
- asdf install
- mix local.hex --force
- mix local.rebar --force
Expand Down

0 comments on commit 259eb4f

Please sign in to comment.