Skip to content

Commit 4f05ac1

Browse files
committed
simplify test matrix
1 parent 68ecd59 commit 4f05ac1

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.travis.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
language: elixir
2-
matrix:
3-
include:
4-
- otp_release: 18.3
5-
elixir: 1.4.0
6-
- otp_release: 19.1
7-
elixir: 1.4.0
2+
elixir:
3+
- 1.4.0
4+
otp_release:
5+
- 18.3
6+
- 19.1
87
notifications:
98
email:
109

0 commit comments

Comments
 (0)