Skip to content

v1.1.0

Compare
Choose a tag to compare
@TravisCarden TravisCarden released this 08 Oct 12:25
· 1088 commits to develop since this release

Note: Add a new cache directory to your .travis.yml for this release:

   directories:
     - "$HOME/.composer/cache"
     - "$HOME/.drush/cache"
+    - "$HOME/.rvm"
     - "${TMPDIR:-/tmp}/phpstan/cache"

Changes:

  • Stopped running non-SUT Behat tests (#45)
  • Added upstream ORCA status to end of Travis CI output (#44)
  • Updated required PHP version to 7.2.
  • Removed PHP memory limit in front script.
  • Made fixture inspector tolerant of Drush failure.