Skip to content

Commit

Permalink
update elixir version for travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
adamkittelson committed Aug 7, 2014
1 parent 0137c3b commit 15e4d12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ notifications:
recipients:
- [email protected]
before_install:
- wget https://github.com/elixir-lang/elixir/releases/download/v0.14.3/Precompiled.zip
- wget https://github.com/elixir-lang/elixir/releases/download/v0.15.0/Precompiled.zip
- unzip -d elixir Precompiled.zip
before_script:
- export PATH=`pwd`/elixir/bin:$PATH
Expand Down

0 comments on commit 15e4d12

Please sign in to comment.