We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d40ad3 commit 48f1e3eCopy full SHA for 48f1e3e
.tool-versions
@@ -1,3 +1,3 @@
1
erlang 20.0
2
-elixir ref-v1.5.0-rc.1
3
-nodejs 8.1.4
+elixir ref-v1.5.0-rc.2
+nodejs 8.2.0
.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.0-rc.1-otp-20.zip
13
- - unzip -d elixir v1.5.0-rc.1-otp-20.zip
+ - wget https://repo.hex.pm/builds/elixir/v1.5.0-rc.2-otp-20.zip
+ - unzip -d elixir v1.5.0-rc.2-otp-20.zip
14
- export PATH=$(pwd)/elixir/bin:${PATH}
15
- mix local.rebar --force
16
- mix local.hex --force
0 commit comments