From 687c99e088c5f2d09886c36b761b82c7dfa17ac3 Mon Sep 17 00:00:00 2001 From: buildsample Date: Mon, 24 Nov 2014 15:29:00 +0530 Subject: [PATCH 1/7] Update shippable.yml --- shippable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index 25db7e9..a41c82f 100644 --- a/shippable.yml +++ b/shippable.yml @@ -3,7 +3,7 @@ language: php php: # - 5.3 #- 5.4 - #- 5.5 + - 5.5 - 5.6 before_script: From 7931991b1656955b617cac001e17b43f257d0c4f Mon Sep 17 00:00:00 2001 From: buildsample Date: Thu, 4 Dec 2014 15:45:28 +0530 Subject: [PATCH 2/7] Update shippable.yml --- shippable.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shippable.yml b/shippable.yml index a41c82f..3549405 100644 --- a/shippable.yml +++ b/shippable.yml @@ -2,7 +2,7 @@ language: php php: # - 5.3 - #- 5.4 + - 5.4 - 5.5 - 5.6 @@ -19,7 +19,7 @@ archive: true branches: only: - - master + - cache notifications: email: From 1c182c5e56992a8862d3256d97a56729dcca11c7 Mon Sep 17 00:00:00 2001 From: buildsample Date: Thu, 4 Dec 2014 15:48:19 +0530 Subject: [PATCH 3/7] Update shippable.yml --- shippable.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/shippable.yml b/shippable.yml index 3549405..9ca2235 100644 --- a/shippable.yml +++ b/shippable.yml @@ -18,8 +18,11 @@ script: archive: true branches: - only: - - cache + #only: + #- cache + except: + - test_only + notifications: email: From b87506e0a65066366716c449ffb837196f58d232 Mon Sep 17 00:00:00 2001 From: buildsample Date: Thu, 11 Dec 2014 18:14:25 +0530 Subject: [PATCH 4/7] Update shippable.yml --- shippable.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/shippable.yml b/shippable.yml index 9ca2235..2047cb4 100644 --- a/shippable.yml +++ b/shippable.yml @@ -24,6 +24,7 @@ branches: - test_only + notifications: email: recipients: From 0a0d6678fcfe3ca74611acdaadcb2e689c733084 Mon Sep 17 00:00:00 2001 From: buildsample Date: Thu, 11 Dec 2014 18:14:58 +0530 Subject: [PATCH 5/7] Update shippable.yml --- shippable.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/shippable.yml b/shippable.yml index 2047cb4..1910444 100644 --- a/shippable.yml +++ b/shippable.yml @@ -18,10 +18,10 @@ script: archive: true branches: - #only: - #- cache - except: - - test_only + only: + - cache + #except: + # - test_only From 992b1105e3db47a14fa4f3c4d1987f6ddb7d51cb Mon Sep 17 00:00:00 2001 From: buildsample Date: Thu, 18 Dec 2014 17:56:43 +0530 Subject: [PATCH 6/7] Update shippable.yml --- shippable.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/shippable.yml b/shippable.yml index 1910444..992e60a 100644 --- a/shippable.yml +++ b/shippable.yml @@ -17,9 +17,10 @@ script: archive: true -branches: - only: - - cache + +#branches: + # only: + # - cache #except: # - test_only From 10c0b02d6e102885ba34733b8c97e0aeb420f52f Mon Sep 17 00:00:00 2001 From: buildsample Date: Tue, 10 Nov 2015 17:08:40 +0530 Subject: [PATCH 7/7] Update shippable.yml --- shippable.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/shippable.yml b/shippable.yml index 992e60a..d9554f7 100644 --- a/shippable.yml +++ b/shippable.yml @@ -18,11 +18,11 @@ script: archive: true -#branches: - # only: - # - cache - #except: - # - test_only +branches: + only: + - test-only-pr + except: + - testingg