Travis.ci added support for Erlang 17.1
Project: http://git-wip-us.apache.org/repos/asf/couchdb-jiffy/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-jiffy/commit/b0fc2991 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-jiffy/tree/b0fc2991 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-jiffy/diff/b0fc2991 Branch: refs/heads/master Commit: b0fc299119f8cbd8553484e513bf605db3e774fc Parents: 6318efa Author: Paul J. Davis <[email protected]> Authored: Fri Oct 3 15:54:26 2014 -0500 Committer: Paul J. Davis <[email protected]> Committed: Fri Oct 3 15:54:26 2014 -0500 ---------------------------------------------------------------------- .travis.yml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-jiffy/blob/b0fc2991/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 2d661f6..bab69d6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,7 @@ language: erlang notifications: email: [email protected] otp_release: + - 17.1 - 17.0 - R16B03-1 - R16B02
