diff --git a/.travis.yml b/.travis.yml index bc82675..9f837d5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,12 +14,6 @@ install: # Install test dependencies. - pip install molecule yamllint ansible-lint docker -before_script: - # Use actual Ansible Galaxy role name for the project directory. - - cd ../ - - mv ansible-role-$ROLE_NAME geerlingguy.$ROLE_NAME - - cd geerlingguy.$ROLE_NAME - script: # Run tests. - molecule test