Skip to content

Commit

Permalink
Output elixir bin path
Browse files Browse the repository at this point in the history
  • Loading branch information
HashNuke committed Jun 7, 2015
1 parent 7b206dc commit 286b419
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ install:
- source $HOME/.asdf/asdf.sh
- asdf plugin-add elixir https://github.com/HashNuke/asdf-elixir.git
- asdf install elixir $ELIXIR_VERSION
- ls $HOME/src
- which elixir
- echo $PATH
- elixir --version
- mix local.hex --force
- mix deps.get
Expand Down

0 comments on commit 286b419

Please sign in to comment.