Skip to content

Commit 4b40581

Browse files
Bump Elixir, only test against one OTP version on Travis
1 parent e84ba4c commit 4b40581

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.travis.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ addons:
1111
- libwxgtk2.8-dev
1212

1313
otp_release:
14-
- "19.2"
15-
- "19.3"
1614
- "20.0"
1715

1816
services:
@@ -50,8 +48,8 @@ before_script:
5048
- source "$HOME/otp/$OTP_TAG_NAME/activate"
5149
- kerl active
5250
- 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
51+
- test -x "$HOME/.kiex/elixirs/elixir-1.4.5/bin/elixir" || kiex install 1.4.5
52+
- kiex use 1.4.5 --default
5553
- mix local.hex --force
5654
- make --version
5755

0 commit comments

Comments
 (0)