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 <[email protected]> Authored: Mon Oct 30 16:40:55 2017 -0500 Committer: Paul J. Davis <[email protected]> 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: [email protected] -script: make check + otp_release: + - 20.0 + - 19.3 + - 19.2 - 19.1 - 19.0 - 18.3
