From 5f4438858cca1a10cb346b0a96d9e587c2e2fa38 Mon Sep 17 00:00:00 2001 From: buildsample Date: Thu, 15 Oct 2015 15:49:41 +0530 Subject: [PATCH 1/2] Update shippable.yml --- shippable.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/shippable.yml b/shippable.yml index 7239631..88959bb 100644 --- a/shippable.yml +++ b/shippable.yml @@ -37,7 +37,7 @@ after_script: - cp README.md ./shippable -branches: - only: - - master +#branches: + # only: + # - master #build_image: shippable/minv2:beta From e37e884e089fa55e45100cb6f61fd468aeeb86dc Mon Sep 17 00:00:00 2001 From: buildsample Date: Thu, 15 Oct 2015 15:51:36 +0530 Subject: [PATCH 2/2] Update test.py --- test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.py b/test.py index da5fb51..ebdbce4 100644 --- a/test.py +++ b/test.py @@ -8,7 +8,7 @@ def test(self): couch = Couch() couch.populate() things = couch.count() - self.failIf(things != 5) + self.failIf(things != 15) def main():