From 241b7f1d77ec97f30dcd152237f71099790aa5ff Mon Sep 17 00:00:00 2001 From: a-murphy Date: Fri, 2 Oct 2015 14:09:01 -0700 Subject: [PATCH 1/7] Update shippable.yml --- shippable.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/shippable.yml b/shippable.yml index 9725736..829219e 100644 --- a/shippable.yml +++ b/shippable.yml @@ -1,8 +1,6 @@ language: java jdk: - - oraclejdk7 - - openjdk6 - openjdk7 script: From 8a17fc82acc662bf26a2e41f42c1144c45ef507d Mon Sep 17 00:00:00 2001 From: a-murphy Date: Fri, 2 Oct 2015 14:09:28 -0700 Subject: [PATCH 2/7] Update TestApp.java --- src/test/java/TestApp.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/java/TestApp.java b/src/test/java/TestApp.java index 28ceacb..814e5f9 100644 --- a/src/test/java/TestApp.java +++ b/src/test/java/TestApp.java @@ -21,7 +21,7 @@ public void testInsertAndGetData() { System.out.println("Error testing database"); System.out.println(e.getMessage()); } finally { - assertEquals("Seattle, WA", result); + assertEquals("Portland, OR", result); } } } From c04d64e888150c7cef10252fe240c92d379822d0 Mon Sep 17 00:00:00 2001 From: a-murphy Date: Sat, 3 Oct 2015 13:11:24 -0700 Subject: [PATCH 3/7] Update shippable.yml --- shippable.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/shippable.yml b/shippable.yml index 829219e..c7e0db8 100644 --- a/shippable.yml +++ b/shippable.yml @@ -12,6 +12,8 @@ parallelized_test: true notifications: email: - on_success: always + on_success: never + on_failure: never + recipients: aidan@shippable.com -archive: true +archive: 'true' From 9a40d5e85beef5391caf831a786b5cb33394a38b Mon Sep 17 00:00:00 2001 From: a-murphy Date: Sat, 3 Oct 2015 13:20:25 -0700 Subject: [PATCH 4/7] Update shippable.yml --- shippable.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/shippable.yml b/shippable.yml index c7e0db8..b964253 100644 --- a/shippable.yml +++ b/shippable.yml @@ -12,8 +12,8 @@ parallelized_test: true notifications: email: - on_success: never - on_failure: never - recipients: aidan@shippable.com + recipients: + - aidan@shippable.com + irc: localhost#channel -archive: 'true' +archive: 'false' From de2362ba77a52d1a9e937ac9e6db84c5a21a0c0e Mon Sep 17 00:00:00 2001 From: a-murphy Date: Sat, 3 Oct 2015 13:24:01 -0700 Subject: [PATCH 5/7] Update shippable.yml --- shippable.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/shippable.yml b/shippable.yml index b964253..445f908 100644 --- a/shippable.yml +++ b/shippable.yml @@ -11,9 +11,6 @@ script: parallelized_test: true notifications: - email: - recipients: - - aidan@shippable.com - irc: localhost#channel - -archive: 'false' + email: false + irc: + - localhost#channel From 991176487c58284235df5b386fb04fbb2ce2e24b Mon Sep 17 00:00:00 2001 From: a-murphy Date: Sat, 3 Oct 2015 13:29:37 -0700 Subject: [PATCH 6/7] Update shippable.yml --- shippable.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index 445f908..e52b330 100644 --- a/shippable.yml +++ b/shippable.yml @@ -13,4 +13,6 @@ parallelized_test: true notifications: email: false irc: - - localhost#channel + pull_requests: true + channels: + - localhost#channel From dc41b7b70bc00718141986255a47a4f9f079cde5 Mon Sep 17 00:00:00 2001 From: a-murphy Date: Sat, 3 Oct 2015 13:37:40 -0700 Subject: [PATCH 7/7] Update shippable.yml --- shippable.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/shippable.yml b/shippable.yml index e52b330..c78c5e3 100644 --- a/shippable.yml +++ b/shippable.yml @@ -12,7 +12,3 @@ parallelized_test: true notifications: email: false - irc: - pull_requests: true - channels: - - localhost#channel