X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=vendor%2Fgrasmash%2Fyaml-expander%2F.travis.yml;fp=vendor%2Fgrasmash%2Fyaml-expander%2F.travis.yml;h=0416daaecc8f36a7cd41949f349be23f448c45fa;hb=af6d1fb995500ae68849458ee10d66abbdcfb252;hp=0000000000000000000000000000000000000000;hpb=680c79a86e3ed402f263faeac92e89fb6d9edcc0;p=yaffs-website diff --git a/vendor/grasmash/yaml-expander/.travis.yml b/vendor/grasmash/yaml-expander/.travis.yml new file mode 100644 index 000000000..0416daaec --- /dev/null +++ b/vendor/grasmash/yaml-expander/.travis.yml @@ -0,0 +1,39 @@ +language: php + +branches: + # Only test the master branch and SemVer tags. + only: + - master + - /^[[:digit:]]+\.[[:digit:]]+\.[[:digit:]]+.*$/ + +matrix: + fast_finish: true + include: + - php: 7.2 + env: 'SCENARIO=symfony4 HIGHEST_LOWEST="update"' + - php: 7.1 + env: 'SCENARIO=symfony4' + - php: 7.0.11 + env: 'HIGHEST_LOWEST="update"' + - php: 7.0.11 + - php: 5.6 + - php: 5.5 + - php: 5.4 + env: 'SCENARIO=symfony2 HIGHEST_LOWEST="update --prefer-lowest' + +sudo: false + +cache: + apt: true + directories: + - "$HOME/.composer/cache" + - "vendor" + +install: + - 'composer scenario "${SCENARIO}" "${HIGHEST_LOWEST-install}"' + +script: + - composer test + +after_success: + - travis_retry php vendor/bin/coveralls -v