Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 1EF44200D3C for ; Mon, 30 Oct 2017 22:42:41 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 1D94C1609D5; Mon, 30 Oct 2017 21:42:41 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 9B000160BF9 for ; Mon, 30 Oct 2017 22:42:40 +0100 (CET) Received: (qmail 94152 invoked by uid 500); 30 Oct 2017 21:42:39 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 93984 invoked by uid 99); 30 Oct 2017 21:42:39 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Oct 2017 21:42:39 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 9B721DFBC8; Mon, 30 Oct 2017 21:42:36 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: davisp@apache.org To: commits@couchdb.apache.org Date: Mon, 30 Oct 2017 21:42:39 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [4/4] jiffy commit: updated refs/heads/master to f85e2fc archived-at: Mon, 30 Oct 2017 21:42:41 -0000 Merge remote-tracking branch 'davisp/master' Project: http://git-wip-us.apache.org/repos/asf/couchdb-jiffy/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-jiffy/commit/f85e2fc3 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-jiffy/tree/f85e2fc3 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-jiffy/diff/f85e2fc3 Branch: refs/heads/master Commit: f85e2fc3ba5d6cb3c7a10e971376c2ba98a40424 Parents: 1acdd1a 128811a Author: Paul J. Davis Authored: Mon Oct 30 16:40:55 2017 -0500 Committer: Paul J. Davis Committed: Mon Oct 30 16:40:55 2017 -0500 ---------------------------------------------------------------------- .travis.yml | 3 ++ c_src/decoder.c | 43 +++---------------- c_src/encoder.c | 5 +-- c_src/jiffy.c | 1 + c_src/jiffy.h | 4 ++ c_src/objects.cc | 71 ++++++++++++++++++++++++++++++++ test/jiffy_16_dedupe_keys_tests.erl | 50 ++++++++++++++++++++++ 7 files changed, 136 insertions(+), 41 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-jiffy/blob/f85e2fc3/.travis.yml ---------------------------------------------------------------------- diff --cc .travis.yml index b393e6c,37d5495..8b4bbba --- a/.travis.yml +++ b/.travis.yml @@@ -1,6 -1,11 +1,9 @@@ language: erlang -notifications: - email: paul.joseph.davis@gmail.com -script: make check + otp_release: + - 20.0 + - 19.3 + - 19.2 - 19.1 - 19.0 - 18.3