We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4696fe commit ed72924Copy full SHA for ed72924
.travis.yml
@@ -9,8 +9,8 @@ install:
9
- npm install -g yarn
10
- yarn
11
before_script:
12
- - wget https://repo.hex.pm/builds/elixir/v1.5.1-otp-20.zip
13
- - unzip -d elixir v1.5.1-otp-20.zip
+ - wget https://repo.hex.pm/builds/elixir/v1.6.0-rc.0-otp-20.zip
+ - unzip -d elixir v1.6.0-rc.0-otp-20.zip
14
- export PATH=$(pwd)/elixir/bin:${PATH}
15
- mix local.rebar --force
16
- mix local.hex --force
0 commit comments