Skip to content

Commit

Permalink
Update travis config to improve build speed
Browse files Browse the repository at this point in the history
  • Loading branch information
bitwalker committed Jul 13, 2014
1 parent 9997b98 commit 05fb630
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 05fb630

Please sign in to comment.