travis-ci: update otp versions
Project: http://git-wip-us.apache.org/repos/asf/couchdb-rebar/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-rebar/commit/16d5dfed Tree: http://git-wip-us.apache.org/repos/asf/couchdb-rebar/tree/16d5dfed Diff: http://git-wip-us.apache.org/repos/asf/couchdb-rebar/diff/16d5dfed Branch: refs/heads/master Commit: 16d5dfed70e842d32f46728743aea39c8064b6e5 Parents: 4e372a3 Author: Tuncer Ayaz <[email protected]> Authored: Tue Nov 14 20:56:48 2017 +0000 Committer: Tuncer Ayaz <[email protected]> Committed: Tue Jan 30 23:41:57 2018 +0000 ---------------------------------------------------------------------- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-rebar/blob/16d5dfed/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 74440e6..edd413f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,7 @@ otp_release: - 18.0 - 19.1 - 20.0.5 - - 20.1 + - 20.1.5 env: MAKE_TARGET=ci before_script: - hostname -f @@ -23,7 +23,7 @@ after_script: - find .rebar matrix: include: - - otp_release: 20.1 + - otp_release: 20.1.5 env: MAKE_TARGET=ci-dialyze script: make $MAKE_TARGET cache:
