diff options
author | Azul <azul@riseup.net> | 2016-08-12 23:10:50 +0200 |
---|---|---|
committer | Azul <azul@riseup.net> | 2016-08-15 11:14:13 +0200 |
commit | 75c037e5d6d8b8f2b98477bdd0359f5687bd7517 (patch) | |
tree | 59b563bc3f10ed7d2438f6284f96478c592d3ddf /test/config/travis/couchdb.yml | |
parent | 8fbe70729da1d308a118c930e8f938837484a61c (diff) |
[ci] use default db prefix on gitlab and travis
This makes writing the tests for database names easier as they should
be the same strings on gitlab, travis and locally.
Diffstat (limited to 'test/config/travis/couchdb.yml')
-rw-r--r-- | test/config/travis/couchdb.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/config/travis/couchdb.yml b/test/config/travis/couchdb.yml index 9c8b67b..a57b888 100644 --- a/test/config/travis/couchdb.yml +++ b/test/config/travis/couchdb.yml @@ -2,4 +2,3 @@ test: auto_update_design_doc: false username: "me" password: "pwd" - prefix: "" |