Added the Search API Synonym module to deal specifically with licence and license...
[yaffs-website] / vendor / drush / drush / shippable.yml
index 2670e5a25a727bd28c092f6f6406fba3773272a2..69228537d99721ed626c1be87d2a26f3c539aade 100644 (file)
@@ -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