@@ -1,8 +1,7 @@
language: erlang
otp_release:
# Test on all supported releases accepted by the `require_otp_vsn` in rebar.config
-# - 17.0-rc2 not yet supported
-# - 17.0-rc1 not yet supported
+ - 17.0
- R16B03-1
# - R16B03 this version is broken!
- R16B02
@@ -27,3 +27,5 @@ Standards](http://www.gnu.org/prep/standards/html_node/NEWS-File.html#NEWS-File)
warnings, Erlang style (#164).
* Switched to `eunit_formatters` by @seancribbs for improved eunit reporting.
+
+* All tests pass on Erlang 17.0! :)