The following extensions will be enabled: field_encrypt, key, encrypt
Do you really want to continue? (y/n): y
exception [error]
'Symfony\Component\DependencyInjection\Exception\ServiceNotFoundException'
with message 'The service "encryption" has a dependency on a
non-existent service "key.repository".' in
/home/travis/build/d8-contrib-modules/drupal-8/drupal/vendor/symfony/dependency-injection/Compiler/CheckExceptionOnInvalidReferenceBehaviorPass.php:58
Code reviewed and it looks good.
Travis is not happy:
The following extensions will be enabled: field_encrypt, key, encrypt Do you really want to continue? (y/n): y exception [error] 'Symfony\Component\DependencyInjection\Exception\ServiceNotFoundException' with message 'The service "encryption" has a dependency on a non-existent service "key.repository".' in /home/travis/build/d8-contrib-modules/drupal-8/drupal/vendor/symfony/dependency-injection/Compiler/CheckExceptionOnInvalidReferenceBehaviorPass.php:58
Where is it pulling Encrypt and Key from?