Acquia BLT (Build & Launch Tools) now includes Probo support!

Acquia BLT is an open source project that aims to provide pre-configured tools and tests for Drupal 8 projects, and it now has built-in support for Probo.CI. Out of the box Probo will:

  • Install a fresh copy of your BLT site.
  • Validate syntax for your composer files, yaml configuration, and twig files.
  • Lint your PHP.
  • Run the included Behat tests.
  • Check for security updates. To get started, make sure your repository is enabled in the Probo App. Then initialize Probo for your project by running the following CLI command from the project’s root directory:
blt ci:probo:init

You can read more about the BLT project at http://blt.readthedocs.io/en/8.x/ or contribute at https://github.com/acquia/blt.