Skip to content

Commit 55c25b9

Browse files
authored
Add recent Elixir and Erlang/OTP combinations to CI (#259)
1 parent c0ad960 commit 55c25b9

File tree

1 file changed

+16
-8
lines changed

1 file changed

+16
-8
lines changed

.travis.yml

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,24 @@
11
language: elixir
2-
elixir:
3-
- 1.8.2
2+
matrix:
3+
include:
4+
- elixir: "1.5.3"
5+
otp_release: "19.3"
6+
- elixir: "1.6.6"
7+
otp_release: "19.3"
8+
- elixir: "1.7.4"
9+
otp_release: "19.3"
10+
- elixir: "1.8.2"
11+
otp_release: "20.3"
12+
- elixir: "1.9.4"
13+
otp_release: "20.3"
14+
- elixir: "1.10.3"
15+
otp_release: "21.3"
16+
- elixir: "1.10.3"
17+
otp_release: "23.0"
418
sudo: false # to use faster container based build environment
519
notifications:
620
recipients:
721
8-
otp_release:
9-
- 22.0
1022
script:
1123
- if [[ $(elixir --version) = *"1.6"* ]]; then mix format --check-formatted; fi
1224
- mix test
13-
matrix:
14-
include:
15-
- elixir: 1.5.1
16-
otp_release: 19.3

0 commit comments

Comments
 (0)