Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / drush / drush / shippable.yml
index 5998c2b339c898b6117bf8f6237eb97701b03afa..69228537d99721ed626c1be87d2a26f3c539aade 100644 (file)
@@ -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