Add 17.4 support
Erlang 17.4 added a new driver entry, `emergency_close`. This patch tests for it by driver versions and adds an initializer if necessary. This patch also adds new Erlang versions to the Travis CI config to test the new driver field.
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
language: erlang
|
||||
script: "make test"
|
||||
otp_release:
|
||||
- 18.0
|
||||
- 17.4
|
||||
- 17.3
|
||||
- R16B03-1
|
||||
- R15B03
|
||||
|
||||
Reference in New Issue
Block a user