X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fmasterminds%2Fhtml5%2F.travis.yml;fp=vendor%2Fmasterminds%2Fhtml5%2F.travis.yml;h=9183e6569b8a56350089f6ff74deb50c8f7056f2;hp=0000000000000000000000000000000000000000;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hpb=aea91e65e895364e460983b890e295aa5d5540a5 diff --git a/vendor/masterminds/html5/.travis.yml b/vendor/masterminds/html5/.travis.yml new file mode 100644 index 000000000..9183e6569 --- /dev/null +++ b/vendor/masterminds/html5/.travis.yml @@ -0,0 +1,39 @@ +language: php + +sudo: false + +php: + - 5.4 + - 5.5 + - 5.6 + - 7.0 + - 7.1 + - hhvm + +matrix: + include: + - php: 5.3 + dist: precise + fast_finish: true + +dist: trusty + +cache: + directories: + - $HOME/.composer/cache + +notifications: + irc: "irc.freenode.net#masterminds" + +before_script: + - composer self-update + - composer install + +script: + - mkdir -p build/logs + - ./vendor/bin/phpunit --coverage-clover=coverage.xml + +after_script: + - bash -c 'if [ "$TRAVIS_PHP_VERSION" == "5.6" ] ; then wget https://scrutinizer-ci.com/ocular.phar; fi;' + - bash -c 'if [ "$TRAVIS_PHP_VERSION" == "5.6" ] ; then php ocular.phar code-coverage:upload --format=php-clover coverage.xml; fi;' + - php test/benchmark/run.php 50