Update travis config
Project: http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/commit/54ea016f Tree: http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/tree/54ea016f Diff: http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/diff/54ea016f Branch: refs/heads/master Commit: 54ea016f143cf813a419e8db45051409138036e3 Parents: 0f2fe44 Author: Bob Ippolito <[email protected]> Authored: Sun Mar 13 14:02:14 2016 -0700 Committer: Bob Ippolito <[email protected]> Committed: Sun Mar 13 14:02:14 2016 -0700 ---------------------------------------------------------------------- .travis.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/blob/54ea016f/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 5052773..f3af868 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,10 @@ +sudo: false language: erlang notifications: email: false otp_release: - - 17.4 - - 17.3 + - 18.2.1 + - 18.1 + - 17.5 - R16B03-1 - R15B03
