diff --git a/.travis.yml b/.travis.yml index d393453..7b9a6df 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,6 +32,10 @@ install: # Check Molecule version - molecule --version + # Build the Docker images + - molecule create + - molecule destroy + script: - molecule test