travis-ci-drupal-module-example
travis-ci-drupal-module-example copied to clipboard
Example Drupal module tested using Travis CI
Results
2
travis-ci-drupal-module-example issues
Sort by
recently updated
recently updated
newest added
This should do it. I also removed unsupported PHP versions.
The current example tests for PHP 5 versions. However, Drupal 8.6 now requires PHPUnit 6, which is not compatible with PHP 5.x. See https://www.drupal.org/node/2957906 Running tests on Travis returns the...