From 4edd57f7f00e3be45d2648b6005c13ca399f3a68 Mon Sep 17 00:00:00 2001 From: buildsample Date: Fri, 8 Aug 2014 16:02:21 +0530 Subject: [PATCH 1/7] Update shippable.yml --- shippable.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/shippable.yml b/shippable.yml index 784a780..9c7273a 100755 --- a/shippable.yml +++ b/shippable.yml @@ -2,6 +2,7 @@ language: php php: - 5.4 + - 5.5 services: - redis From 73b6a66d4642cac87af0911f9256d6f2000d7677 Mon Sep 17 00:00:00 2001 From: buildsample Date: Tue, 14 Oct 2014 16:15:21 +0530 Subject: [PATCH 2/7] Update RedisExampleTest.php --- tests/RedisExampleTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/RedisExampleTest.php b/tests/RedisExampleTest.php index 7b947eb..ed4844f 100755 --- a/tests/RedisExampleTest.php +++ b/tests/RedisExampleTest.php @@ -3,7 +3,7 @@ class RedisExampleTest extends PHPUnit_Framework_TestCase { public function testRedis() { $redis = new RedisExample(); - $this->assertEquals($redis->populate(), 'val'); + $this->assertEquals($redis->populate(), 'value'); } } ?> From 775b3761b9a95bfcfe90e101484770e82b3cacda Mon Sep 17 00:00:00 2001 From: buildsample Date: Tue, 14 Oct 2014 16:26:11 +0530 Subject: [PATCH 3/7] Update shippable.yml --- shippable.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/shippable.yml b/shippable.yml index 9c7273a..2b4b235 100755 --- a/shippable.yml +++ b/shippable.yml @@ -14,6 +14,8 @@ before_script: script: - phpunit --log-junit shippable/testresults/junit.xml --coverage-xml shippable/codecoverage tests/RedisExampleTest.php +after_script: + - cp README.md ./shippable notifications: email: false From 0b0557378c69505002d35b7282fd4d37dfc595fb Mon Sep 17 00:00:00 2001 From: buildsample Date: Tue, 14 Oct 2014 16:46:38 +0530 Subject: [PATCH 4/7] Update shippable.yml --- shippable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index 2b4b235..905c0e4 100755 --- a/shippable.yml +++ b/shippable.yml @@ -1,6 +1,6 @@ language: php -php: +php - 5.4 - 5.5 From 2f80bfa38ff2f6f8088826f5524ff1f2466b0cc0 Mon Sep 17 00:00:00 2001 From: buildsample Date: Tue, 14 Oct 2014 16:58:06 +0530 Subject: [PATCH 5/7] Update shippable.yml --- shippable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index 905c0e4..2b4b235 100755 --- a/shippable.yml +++ b/shippable.yml @@ -1,6 +1,6 @@ language: php -php +php: - 5.4 - 5.5 From eac80798690165c37d2e35ec023dca6472f25273 Mon Sep 17 00:00:00 2001 From: buildsample Date: Tue, 14 Oct 2014 17:02:16 +0530 Subject: [PATCH 6/7] Update shippable.yml --- shippable.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/shippable.yml b/shippable.yml index 2b4b235..f73655b 100755 --- a/shippable.yml +++ b/shippable.yml @@ -16,6 +16,7 @@ script: - phpunit --log-junit shippable/testresults/junit.xml --coverage-xml shippable/codecoverage tests/RedisExampleTest.php after_script: - cp README.md ./shippable +archive: true notifications: email: false From 1da0d10ba0de9b8b57a3f1a3951e4ccfaa262bbf Mon Sep 17 00:00:00 2001 From: buildsample Date: Mon, 12 Oct 2015 17:43:37 +0530 Subject: [PATCH 7/7] Update shippable.yml --- shippable.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/shippable.yml b/shippable.yml index f73655b..451d746 100755 --- a/shippable.yml +++ b/shippable.yml @@ -14,6 +14,7 @@ before_script: script: - phpunit --log-junit shippable/testresults/junit.xml --coverage-xml shippable/codecoverage tests/RedisExampleTest.php + after_script: - cp README.md ./shippable archive: true