Update .travis.yml

This commit is contained in:
Lucas Maurice 2020-07-08 18:12:45 -04:00 committed by GitHub
parent fd9ef43bbc
commit adf84b2122
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ install:
before_script:
# Use actual Ansible Galaxy role name for the project directory.
- cd ../
- mv ansible-role-$ROLE_NAME $ROLE_NAME
- mv ansible-$ROLE_NAME $ROLE_NAME
- cd $ROLE_NAME
script: