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 diff --git a/shippable.yml b/shippable.yml index 52ae080..7a46ca3 100644 --- a/shippable.yml +++ b/shippable.yml @@ -1,15 +1,15 @@ language: php -php: - - 5.5 - - hhvm +#php: + # - 5.4 + 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