Skip to content

Commit ed72924

Browse files
committed
Update travis elixir version to 1.6.0-rc.0
1 parent d4696fe commit ed72924

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ install:
99
- npm install -g yarn
1010
- yarn
1111
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
12+
- wget https://repo.hex.pm/builds/elixir/v1.6.0-rc.0-otp-20.zip
13+
- unzip -d elixir v1.6.0-rc.0-otp-20.zip
1414
- export PATH=$(pwd)/elixir/bin:${PATH}
1515
- mix local.rebar --force
1616
- mix local.hex --force

0 commit comments

Comments
 (0)