Skip to content

Commit 48f1e3e

Browse files
committed
Update to Elixir 1.5-rc.2 and nodejs 8.2.0
1 parent 4d40ad3 commit 48f1e3e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.tool-versions

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
erlang 20.0
2-
elixir ref-v1.5.0-rc.1
3-
nodejs 8.1.4
2+
elixir ref-v1.5.0-rc.2
3+
nodejs 8.2.0

.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.0-rc.1-otp-20.zip
13-
- unzip -d elixir v1.5.0-rc.1-otp-20.zip
12+
- wget https://repo.hex.pm/builds/elixir/v1.5.0-rc.2-otp-20.zip
13+
- unzip -d elixir v1.5.0-rc.2-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)