summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorPaul Schoenfelder <paulschoenfelder@gmail.com>2014-09-03 21:20:43 -0500
committerPaul Schoenfelder <paulschoenfelder@gmail.com>2014-09-03 21:20:43 -0500
commiteda8fca8df6b5d05f062d05cfc10769fcf34e543 (patch)
tree3ce8c6c4ebe325219b5721a877d2c9a3c68396fe /.travis.yml
parentAlways treat channel messages as channel messages. Closes #15 (diff)
Update to elixir v1.0.0-rc1
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 035d537..75108e8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,7 +2,7 @@ language: erlang
otp_release:
- 17.0
env:
- - ELIXIR_VERSION=0.14.3
+ - ELIXIR_VERSION=1.0.0-rc1
before_install:
- wget https://github.com/elixir-lang/elixir/releases/download/v$ELIXIR_VERSION/Precompiled.zip
- unzip -d elixir Precompiled.zip