Issue #30: Try to rename the Travis CI working directory.

This commit is contained in:
Jeff Geerling 2018-09-25 20:44:15 -05:00
parent ad911a67f2
commit 2e5ebc9236

View file

@ -13,6 +13,11 @@ install:
# Install test dependencies.
- pip install molecule docker
before_script:
- cd ../
- mv ansible-role-nfs geerlingguy.nfs
- cd geerlingguy.nfs
script:
# Run tests.
- molecule test