mirror of
https://github.com/geerlingguy/ansible-role-nfs
synced 2024-11-08 12:53:30 +01:00
Issue #30: Try to rename the Travis CI working directory.
This commit is contained in:
parent
ad911a67f2
commit
2e5ebc9236
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue