Skip to content

Commit

Permalink
Merge pull request #56 from lowks/fix_circle_ci_build
Browse files Browse the repository at this point in the history
Update prepare.sh
  • Loading branch information
lowks authored Nov 26, 2016
2 parents afd5d6d + 9730167 commit a646931
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ci/script/circleci/prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e

export ERLANG_VERSION="18.1"
export ERLANG_VERSION="19.0"
export ELIXIR_VERSION="v1.3.4"
export INSTALL_PATH="$HOME/dependencies"

Expand Down
4 changes: 2 additions & 2 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
machine:
environment:
PATH: "$HOME/.asdf/bin:$HOME/.asdf/shims:$PATH"
ERLANG_VERSION: "18.2.1"
ELIXIR_VERSION: "1.3.3"
ERLANG_VERSION: "19.0"
ELIXIR_VERSION: "1.3.2"

dependencies:
pre:
Expand Down

0 comments on commit a646931

Please sign in to comment.