X-Git-Url: https://yaffs.net/gitweb/?a=blobdiff_plain;f=vendor%2Fdrush%2Fdrush%2Fshippable.yml;h=69228537d99721ed626c1be87d2a26f3c539aade;hb=4e1bfbf98b844da83b18aca92ef00f11a4735806;hp=5998c2b339c898b6117bf8f6237eb97701b03afa;hpb=af6d1fb995500ae68849458ee10d66abbdcfb252;p=yaffs-website diff --git a/vendor/drush/drush/shippable.yml b/vendor/drush/drush/shippable.yml index 5998c2b33..69228537d 100644 --- a/vendor/drush/drush/shippable.yml +++ b/vendor/drush/drush/shippable.yml @@ -3,6 +3,10 @@ language: php php: - "7.1" +branches: + except: + - gh-pages + build: ci: # Set up php configuration @@ -14,7 +18,7 @@ build: - rm $HOME/.phpenv/versions/$(phpenv version-name)/etc/conf.d/xdebug.ini # Install / update our tools - composer self-update - - composer install --prefer-dist --no-interaction + - composer install --no-interaction # Run code style and linting tools - composer cs - composer lint