X-Git-Url: https://yaffs.net/gitweb/?a=blobdiff_plain;f=vendor%2Fdrush%2Fdrush%2Fshippable.yml;h=69228537d99721ed626c1be87d2a26f3c539aade;hb=1c1cb0980bfa6caf0c24cce671b6bb541dc87583;hp=2670e5a25a727bd28c092f6f6406fba3773272a2;hpb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;p=yaffs-website diff --git a/vendor/drush/drush/shippable.yml b/vendor/drush/drush/shippable.yml index 2670e5a25..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 @@ -11,12 +15,10 @@ build: - echo 'memory_limit = -1' >> $HOME/.phpenv/versions/$(phpenv version-name)/etc/php.ini - echo 'sendmail_path = /bin/true' >> $HOME/.phpenv/versions/$(phpenv version-name)/etc/php.ini # Disable xdebug for faster Composer operations - # - rm $HOME/.phpenv/versions/$(phpenv version-name)/etc/conf.d/xdebug.ini + - 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 - # Run lint check - # - composer lint - # No tests here - - echo 'No shippable tests on this branch' - + - composer self-update + - composer install --no-interaction + # Run code style and linting tools + - composer cs + - composer lint