Skip to content
This repository was archived by the owner on Jul 25, 2024. It is now read-only.

Commit 0a3246c

Browse files
author
Josh Price
committed
Rejig Elixir and OTP versions in build
Use Elixir 1.2 and OTP 18.2, remove Elixir 1.0.5
1 parent 1d5e961 commit 0a3246c

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.travis.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
language: elixir
22
elixir:
3-
- 1.0.5
4-
- 1.1.1
3+
- 1.1
54
otp_release:
65
- 17.5
7-
- 18.1
6+
- 18.2
7+
8+
matrix:
9+
include:
10+
- elixir: 1.2
11+
otp_release: 18.2

0 commit comments

Comments
 (0)