Skip to content
This repository was archived by the owner on Mar 19, 2021. It is now read-only.

Commit 2aa1585

Browse files
committed
Add elixir 1.5.1 to travis matrix
In addition to adding elixir 1.5.1 to the matrix for testing also test with elixir 1.5.1 and otp_release 20.0. Not sure how to make otp 20.0 work with elixir 1.2.6, 1.3.4, and 1.4.0. I believe most people on 1.5.x will use otp 20 or above.
1 parent 8b3be7d commit 2aa1585

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ elixir:
66
- 1.2.6
77
- 1.3.4
88
- 1.4.0
9+
- 1.5.1
10+
matrix:
11+
include:
12+
- elixir: 1.5.1
13+
otp_release: 20.0
914
after_script:
1015
- MIX_ENV=dev mix deps.get
1116
- MIX_ENV=dev mix inch.report

0 commit comments

Comments
 (0)