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 e84ba4c commit 4b40581Copy full SHA for 4b40581
.travis.yml
@@ -11,8 +11,6 @@ addons:
11
- libwxgtk2.8-dev
12
13
otp_release:
14
- - "19.2"
15
- - "19.3"
16
- "20.0"
17
18
services:
@@ -50,8 +48,8 @@ before_script:
50
48
- source "$HOME/otp/$OTP_TAG_NAME/activate"
51
49
- kerl active
52
- test -s "$HOME/.kiex/scripts/kiex" && source "$HOME/.kiex/scripts/kiex"
53
- - test -x "$HOME/.kiex/elixirs/elixir-1.4.4/bin/elixir" || kiex install 1.4.4
54
- - kiex use 1.4.4 --default
+ - test -x "$HOME/.kiex/elixirs/elixir-1.4.5/bin/elixir" || kiex install 1.4.5
+ - kiex use 1.4.5 --default
55
- mix local.hex --force
56
- make --version
57
0 commit comments