You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by to...@apache.org on 2015/09/11 07:59:39 UTC

couchdb-mango git commit: Start couchdb with testuser

Repository: couchdb-mango
Updated Branches:
  refs/heads/2787-modify-testcases 6b0ab626c -> 97670f3d7


Start couchdb with testuser

COUCHDB-2787


Project: http://git-wip-us.apache.org/repos/asf/couchdb-mango/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-mango/commit/97670f3d
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-mango/tree/97670f3d
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-mango/diff/97670f3d

Branch: refs/heads/2787-modify-testcases
Commit: 97670f3d79b67efb4fac252e6139ce161099ab45
Parents: 6b0ab62
Author: Tony Sun <to...@cloudant.com>
Authored: Thu Sep 10 23:01:04 2015 -0700
Committer: Tony Sun <to...@cloudant.com>
Committed: Thu Sep 10 23:01:04 2015 -0700

----------------------------------------------------------------------
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-mango/blob/97670f3d/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 04fdb33..2c6b2f0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,7 +9,7 @@ before_install:
   - cp -R ../src ./src/mango
   - make
   - cd ..
-  - couchdb/dev/run -n 1 --with-admin-party-please &
+  - couchdb/dev/run -n 1 --admin=testuser:testpass &
   - sleep 10
 
 before_script: