Skip to content
This repository was archived by the owner on Feb 13, 2023. It is now read-only.

Commit 7d17bdb

Browse files
committed
Proper path for test-setup playbook.
1 parent 7cb87ae commit 7d17bdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ script:
5959
- 'docker exec --tty "$(cat ${container_id})" env TERM=xterm ansible-playbook ${DRUPALVM_DIR}/provisioning/playbook.yml --syntax-check'
6060

6161
# Run the test setup playbook with ansible-playbook.
62-
- 'docker exec --tty "$(cat ${container_id})" env TERM=xterm ansible-playbook ${DRUPALVM_DIR}/provisioning/test-setup.yml'
62+
- 'docker exec --tty "$(cat ${container_id})" env TERM=xterm ansible-playbook ${DRUPALVM_DIR}/tests/test-setup.yml'
6363

6464
# Run the playbook with ansible-playbook.
6565
- >

0 commit comments

Comments
 (0)