update elixir to 1.7.4

pull/1/head
Andrew Coleman 2018-12-18 13:50:31 -05:00
parent 0d737b3171
commit 08f65c4f2a
2 changed files with 3 additions and 3 deletions

View File

@ -1,2 +1,2 @@
test -s "$HOME/.kiex/scripts/kiex" && source "$HOME/.kiex/scripts/kiex"
source $HOME/.kiex/elixirs/elixir-1.7.3.env
source $HOME/.kiex/elixirs/elixir-1.7.4.env

View File

@ -131,6 +131,6 @@
creates: ~/.kiex/bin/kiex
- name: install elixir
become: no
shell: . ~/bin/kerl.setup.bash && kiex install 1.7.3
shell: . ~/bin/kerl.setup.bash && kiex install 1.7.4
args:
creates: ~/.kiex/elixirs/elixir-1.7.3
creates: ~/.kiex/elixirs/elixir-1.7.4