Closed nerdstein closed 9 years ago
There is something very wrong with this and I think it is tied to the drupal_ti script.
The issue is that password_policy (found in the repo) needs ctools downloaded as a dependency. password_policy is symlinked into a drupal clone sponsored by drupal_ti.
The big issue here is that we can't really change drupal_ti commands (it's called from our travis file directly).
Something like this appears to be more fine-grained for us to download and/or do things as needed:
https://github.com/sonnym/travis-ci-drupal-module-example/blob/8.x-1.x/.travis.yml
Trying it now...
This is done and merged
Tries to download ctools as dependency of password policy, it downloads and keeps checking for it