Merge pull request #10 from kxepal/travis
Project: http://git-wip-us.apache.org/repos/asf/couchdb-mango/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-mango/commit/677cd2a5 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-mango/tree/677cd2a5 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-mango/diff/677cd2a5 Branch: refs/heads/master Commit: 677cd2a59262721da5e77542e54eac3e2911930b Parents: 0e35541 93a4bc1 Author: Alexander Shorin <[email protected]> Authored: Sat Aug 1 18:48:40 2015 +0300 Committer: Alexander Shorin <[email protected]> Committed: Sat Aug 1 18:48:40 2015 +0300 ---------------------------------------------------------------------- .travis.yml | 29 +++++++++++++++ Makefile | 55 +++++++++++++++++++++++++++++ src/mango_error.erl | 6 ++++ src/mango_idx.erl | 3 +- test/01-index-crud-test.py | 2 +- test/04-key-tests.py | 5 ++- test/05-index-selection-test.py | 6 +++- test/06-basic-text-test.py | 25 +++++++++++++ test/06-text-default-field-test.py | 14 +++++++- test/07-text-custom-field-list-test.py | 6 +++- test/08-text-limit-test.py | 5 +++ test/09-text-sort-test.py | 6 +++- 12 files changed, 155 insertions(+), 7 deletions(-) ----------------------------------------------------------------------
