We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9997b98 commit 05fb630Copy full SHA for 05fb630
.travis.yml
@@ -1,12 +1,11 @@
1
language: erlang
2
otp_release:
3
- 17.0
4
+env:
5
+ - ELIXIR_VERSION=0.14.3
6
before_install:
- - git clone https://github.com/elixir-lang/elixir
- - cd elixir
7
- - git checkout 0.14.1
8
- - make
9
- - cd ..
+ - wget https://github.com/elixir-lang/elixir/releases/download/v$ELIXIR_VERSION/Precompiled.zip
+ - unzip -d elixir Precompiled.zip
10
before_script:
11
- export PATH=`pwd`/elixir/bin:$PATH
12
- mix local.hex --force
0 commit comments