From eadce75c319364a6bf87843bacdfb07bbfed6467 Mon Sep 17 00:00:00 2001 From: Vidya Raghavan Date: Fri, 6 Jun 2014 20:35:51 +0530 Subject: [PATCH 1/5] Update shippable.yml --- shippable.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shippable.yml b/shippable.yml index 52ae080..0920ed0 100644 --- a/shippable.yml +++ b/shippable.yml @@ -2,14 +2,14 @@ language: php php: - 5.5 - - hhvm + before_script: - composer dumpautoload script: - - php -v + #- php -v # - phpunit --bootstrap tests/bootstrap.php tests - phpunit --log-junit shippable/testresults/junit.xml --bootstrap tests/bootstrap.php tests - phpunit --coverage-xml shippable/codecoverage/ --bootstrap tests/bootstrap.php tests From 29f5caf0c8b8d28e6e7dc36bade6c73ad3ab225d Mon Sep 17 00:00:00 2001 From: buildsample Date: Fri, 6 Jun 2014 20:37:07 +0530 Subject: [PATCH 2/5] Update shippable.yml --- shippable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index 0920ed0..49277b5 100644 --- a/shippable.yml +++ b/shippable.yml @@ -1,7 +1,7 @@ language: php php: - - 5.5 + - 5.4 before_script: From ec6ee0a0276e3ca92b4445615ea05bf2455a606d Mon Sep 17 00:00:00 2001 From: buildsample Date: Fri, 6 Jun 2014 20:50:01 +0530 Subject: [PATCH 3/5] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6c382fc..a7ea52f 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ # Hiro Framework [![Build Status](https://travis-ci.org/bgruszka/hiro.svg?branch=master)](https://travis-ci.org/bgruszka/hiro) + +readme From 544c280ac39ba13ce059b35daf3e2249fc04edd7 Mon Sep 17 00:00:00 2001 From: Vidya Raghavan Date: Mon, 19 Oct 2015 12:30:43 +0530 Subject: [PATCH 4/5] Update shippable.yml --- shippable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index 49277b5..a9a8190 100644 --- a/shippable.yml +++ b/shippable.yml @@ -1,7 +1,7 @@ language: php php: - - 5.4 + # - 5.4 before_script: From 89da4cfc144ef54308b4d7ad5f825bbb3d4db8d9 Mon Sep 17 00:00:00 2001 From: Vidya Raghavan Date: Mon, 19 Oct 2015 12:31:27 +0530 Subject: [PATCH 5/5] Update shippable.yml --- shippable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index a9a8190..7a46ca3 100644 --- a/shippable.yml +++ b/shippable.yml @@ -1,6 +1,6 @@ language: php -php: +#php: # - 5.4