mirror of
https://github.com/geerlingguy/ansible-role-php-versions.git
synced 2025-02-16 23:21:18 +01:00
Fixes #1: Make sure PHP version is actually tested.
This commit is contained in:
parent
a551495486
commit
51ed3c4e4f
@ -21,8 +21,7 @@ script:
|
|||||||
- ${PWD}/tests/test.sh
|
- ${PWD}/tests/test.sh
|
||||||
|
|
||||||
# Run script to test PHP version.
|
# Run script to test PHP version.
|
||||||
# TODO: Actually test the version.
|
- 'docker exec ${container_id} env TERM=xterm php -v | grep "7.1."'
|
||||||
- 'docker exec ${container_id} env TERM=xterm php -v'
|
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
webhooks: https://galaxy.ansible.com/api/v1/notifications/
|
webhooks: https://galaxy.ansible.com/api/v1/notifications/
|
||||||
|
Loading…
Reference in New Issue
Block a user