From 287ac615d3ab501e9a61543c0397f8e95cb64770 Mon Sep 17 00:00:00 2001 From: buildsample Date: Mon, 2 Nov 2015 13:30:54 +0530 Subject: [PATCH 1/2] Update shippable.yml --- shippable.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shippable.yml b/shippable.yml index dda0477..fa52f5a 100644 --- a/shippable.yml +++ b/shippable.yml @@ -7,7 +7,7 @@ python: # Mongo binds to 127.0.0.1 by default services: - couchdb - +#test pr install: - pip install -r requirements.txt @@ -20,7 +20,6 @@ before_script: archive: true script: true - #cache: true after_script: - cp README.md ./shippable @@ -31,4 +30,5 @@ after_script: branches: only: - master + - cache #build_image: shippable/minv2:beta From e1ddd302680883c6f37c7dc9ae805a3cb7cfbd48 Mon Sep 17 00:00:00 2001 From: buildsample Date: Mon, 2 Nov 2015 13:31:44 +0530 Subject: [PATCH 2/2] Update shippable.yml --- shippable.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/shippable.yml b/shippable.yml index fa52f5a..6e10e5c 100644 --- a/shippable.yml +++ b/shippable.yml @@ -27,8 +27,5 @@ after_script: - which python && coverage run --branch test.py - which python && coverage xml -o shippable/codecoverage/coverage.xml test.py -branches: - only: - - master - - cache + #build_image: shippable/minv2:beta