Continuous integration on OTP 19.1
Project: http://git-wip-us.apache.org/repos/asf/couchdb-rebar/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-rebar/commit/a8d17f9c Tree: http://git-wip-us.apache.org/repos/asf/couchdb-rebar/tree/a8d17f9c Diff: http://git-wip-us.apache.org/repos/asf/couchdb-rebar/diff/a8d17f9c Branch: refs/heads/master Commit: a8d17f9c15cb08402dd8638b4a1d174ee9b68892 Parents: 0d6b671 Author: Luis Rascão <[email protected]> Authored: Thu Sep 22 11:48:09 2016 +0100 Committer: Luis Rascão <[email protected]> Committed: Thu Sep 22 11:48:09 2016 +0100 ---------------------------------------------------------------------- .travis.yml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-rebar/blob/a8d17f9c/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index e4a3149..9589806 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,6 +10,7 @@ otp_release: - R14B03 - 17.0 - 18.0 + - 19.1 before_script: - hostname -f - cc -v
