Skip to content

Commit

Permalink
Build on latest Elixir and Erlang
Browse files Browse the repository at this point in the history
  • Loading branch information
lasseebert committed Apr 17, 2017
1 parent d688f39 commit 42b3063
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ dependencies:
- if ! asdf | grep version; then git clone https://github.com/asdf-vm/asdf.git ~/.asdf; fi
- if ! asdf plugin-list | grep erlang; then asdf plugin-add erlang https://github.com/asdf-vm/asdf-erlang.git; fi
- if ! asdf plugin-list | grep elixir; then asdf plugin-add elixir https://github.com/asdf-vm/asdf-elixir.git; fi
- echo "erlang 19.2" >> .tool-versions
- echo "elixir 1.4.1" >> .tool-versions
- echo "erlang 19.3" >> .tool-versions
- echo "elixir 1.4.2" >> .tool-versions
- erlang_version=$(awk '/erlang/ { print $2 }' .tool-versions) && asdf install erlang ${erlang_version}
- elixir_version=$(awk '/elixir/ { print $2 }' .tool-versions) && asdf install elixir ${elixir_version}
- MIX_ENV=test mix local.hex --force
Expand Down

0 comments on commit 42b3063

Please sign in to comment.