Add latest Erlang VMs to the test matrix
Project: http://git-wip-us.apache.org/repos/asf/couchdb-jiffy/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-jiffy/commit/f661ee9f Tree: http://git-wip-us.apache.org/repos/asf/couchdb-jiffy/tree/f661ee9f Diff: http://git-wip-us.apache.org/repos/asf/couchdb-jiffy/diff/f661ee9f Branch: refs/heads/master Commit: f661ee9fd80e5b6b03e9dfbb17d1c72fb6cfdba9 Parents: d95c07c Author: Paul J. Davis <[email protected]> Authored: Fri Jul 17 12:31:11 2015 -0500 Committer: Paul J. Davis <[email protected]> Committed: Fri Jul 17 12:31:11 2015 -0500 ---------------------------------------------------------------------- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-jiffy/blob/f661ee9f/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index bab69d6..2865a8a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,9 @@ language: erlang notifications: email: [email protected] otp_release: + - 17.5 + - 17.4 + - 17.3 - 17.1 - 17.0 - R16B03-1
