Skip to content

Commit 05fb630

Browse files
committed
Update travis config to improve build speed
1 parent 9997b98 commit 05fb630

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.travis.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
language: erlang
22
otp_release:
33
- 17.0
4+
env:
5+
- ELIXIR_VERSION=0.14.3
46
before_install:
5-
- git clone https://github.com/elixir-lang/elixir
6-
- cd elixir
7-
- git checkout 0.14.1
8-
- make
9-
- cd ..
7+
- wget https://github.com/elixir-lang/elixir/releases/download/v$ELIXIR_VERSION/Precompiled.zip
8+
- unzip -d elixir Precompiled.zip
109
before_script:
1110
- export PATH=`pwd`/elixir/bin:$PATH
1211
- mix local.hex --force

0 commit comments

Comments
 (0)