Andreas Stenius 11 years ago
parent
commit
e0208a345d
2 changed files with 3 additions and 2 deletions
  1. 1 2
      .travis.yml
  2. 2 0
      NEWS.md

+ 1 - 2
.travis.yml

@@ -1,8 +1,7 @@
 language: erlang
 language: erlang
 otp_release:
 otp_release:
 # Test on all supported releases accepted by the `require_otp_vsn` in rebar.config
 # 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-1
 #  - R16B03 this version is broken!
 #  - R16B03 this version is broken!
   - R16B02
   - R16B02

+ 2 - 0
NEWS.md

@@ -27,3 +27,5 @@ Standards](http://www.gnu.org/prep/standards/html_node/NEWS-File.html#NEWS-File)
   warnings, Erlang style (#164).
   warnings, Erlang style (#164).
 
 
 * Switched to `eunit_formatters` by @seancribbs for improved eunit reporting.
 * Switched to `eunit_formatters` by @seancribbs for improved eunit reporting.
+
+* All tests pass on Erlang 17.0! :)