From 15e4d12742e7ce3d775f76de28a4b6eb5acbfcc5 Mon Sep 17 00:00:00 2001 From: Adam Kittelson Date: Thu, 7 Aug 2014 13:59:13 -0500 Subject: [PATCH] update elixir version for travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 58af2e6..c3830c9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ notifications: recipients: - a@zencoder.com 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