X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fstack%2Fbuilder%2F.travis.yml;fp=vendor%2Fstack%2Fbuilder%2F.travis.yml;h=f9197a72bd768763acc1f4efd72cf0b6998d0032;hp=0000000000000000000000000000000000000000;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hpb=aea91e65e895364e460983b890e295aa5d5540a5 diff --git a/vendor/stack/builder/.travis.yml b/vendor/stack/builder/.travis.yml new file mode 100644 index 000000000..f9197a72b --- /dev/null +++ b/vendor/stack/builder/.travis.yml @@ -0,0 +1,20 @@ +language: php + +php: + - 5.3.3 + - 5.3 + - 5.4 + - 5.5 + - 5.6 + - 7.0 + - hhvm + +before_script: + - composer install --no-interaction --prefer-source + +script: phpunit --coverage-text + +matrix: + allow_failures: + - php: hhvm + fast_finish: true