Skip to content

Commit 58c0871

Browse files
committed
Update .travis.yml for OTP 22
- Remove Elixir 1.4, Elixir 1.5, and OTP 19 - Add Elixir 1.9 and OTP 22
1 parent 2bfd30b commit 58c0871

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

.travis.yml

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,18 @@ language: elixir
22

33
matrix:
44
include:
5-
- otp_release: 19.3
6-
elixir: 1.4.0
75
- otp_release: 20.0
8-
elixir: 1.4.5
6+
elixir: 1.6.0
97
- otp_release: 20.0
10-
elixir: 1.5.1
11-
- otp_release: 20.2
12-
elixir: 1.6.3
8+
elixir: 1.9.0
139
- otp_release: 21.0
1410
elixir: 1.6.6
1511
- otp_release: 21.0
16-
elixir: 1.7.3
17-
- otp_release: 21.0
18-
elixir: 1.8.1
12+
elixir: 1.9.0
13+
- otp_release: 22.0
14+
elixir: 1.7.0
15+
- otp_release: 22.0
16+
elixir: 1.9.0
1917

2018
sudo: false
2119

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Originally a fork of Hansihe's [html5ever_elixir](https://github.com/hansihe/htm
77

88
## Compatibility
99

10-
Meeseeks_Html5ever is tested with a minimum combination of Elixir 1.4.0 and Erlang/OTP 19.3, and a maximum combination of Elixir 1.8.1 and Erlang/OTP 21.0.
10+
Meeseeks_Html5ever is tested with a minimum combination of Elixir 1.6.0 and Erlang/OTP 20.0, and a maximum combination of Elixir 1.9.0 and Erlang/OTP 22.0.
1111

1212
## Dependencies
1313

0 commit comments

Comments
 (0)