We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 018bb1c commit 2710bd7Copy full SHA for 2710bd7
.travis.yml
@@ -1,10 +1,14 @@
1
language: erlang
2
otp_release:
3
- 17.0
4
+ - 17.1
5
+env:
6
+ - ELIXIR="v0.14.3"
7
+ - ELIXIR="v0.15.0"
8
install: mix deps.get
9
before_install:
10
- mkdir -p vendor/elixir
- - wget -q http://s3.hex.pm/builds/elixir/stable.zip && unzip -qq stable.zip -d vendor/elixir
11
+ - wget -q https://github.com/elixir-lang/elixir/releases/download/$ELIXIR/Precompiled.zip && unzip -qq Precompiled.zip -d vendor/elixir
12
- export PATH="$PATH:$PWD/vendor/elixir/bin"
13
- export MIX_ENV=test
14
- mix local.hex --force
0 commit comments