Skip to content

Commit f5f2808

Browse files
committed
Fix installation test
1 parent 68815af commit f5f2808

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
@@ -19,7 +19,7 @@ script:
1919
- ${PWD}/tests/test.sh
2020

2121
# Check installation of wrapper script.
22-
- '/usr/local/bin/tustep'
22+
- 'docker exec ${container_id} /usr/local/bin/tustep'
2323

2424
notifications:
2525
webhooks: https://galaxy.ansible.com/api/v1/notifications/

0 commit comments

Comments
 (0)