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

Commit 3e55492

Browse files
authored
Merge pull request #64 from mmmries/update_travis_builds
run Travis builds on recent OTP and Elixir Releases
2 parents 64f13d1 + 774fd09 commit 3e55492

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

.travis.yml

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,12 @@
11
language: elixir
22
otp_release:
3-
- 18.3
4-
- 19.2
3+
- 20.1
4+
- 20.2
5+
- 20.3
56
elixir:
6-
- 1.2.6
7-
- 1.3.4
8-
- 1.4.0
9-
- 1.5.1
10-
matrix:
11-
include:
12-
- elixir: 1.5.1
13-
otp_release: 20.0
7+
- 1.4.5
8+
- 1.5.3
9+
- 1.6.4
1410
after_script:
1511
- MIX_ENV=dev mix deps.get
1612
- MIX_ENV=dev mix inch.report

0 commit comments

Comments
 (0)