summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorPaul Schoenfelder <paulschoenfelder@gmail.com>2014-07-12 23:51:34 -0500
committerPaul Schoenfelder <paulschoenfelder@gmail.com>2014-07-12 23:51:34 -0500
commit05fb6307a1d459f4be481bfddc3b606fe330daff (patch)
tree57dc8d0e5bde0f38f371f4e95f1d348033ac9484 /.travis.yml
parentVersion 0.6.0 (diff)
Update travis config to improve build speed
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml9
1 files changed, 4 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index 480d088..035d537 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,12 +1,11 @@
language: erlang
otp_release:
- 17.0
+env:
+ - ELIXIR_VERSION=0.14.3
before_install:
- - git clone https://github.com/elixir-lang/elixir
- - cd elixir
- - git checkout 0.14.1
- - make
- - cd ..
+ - wget https://github.com/elixir-lang/elixir/releases/download/v$ELIXIR_VERSION/Precompiled.zip
+ - unzip -d elixir Precompiled.zip
before_script:
- export PATH=`pwd`/elixir/bin:$PATH
- mix local.hex --force