mirror of
https://github.com/geerlingguy/ansible-role-php-versions.git
synced 2024-11-22 10:25:40 +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
|
||||
|
||||
# Run script to test PHP version.
|
||||
# TODO: Actually test the version.
|
||||
- 'docker exec ${container_id} env TERM=xterm php -v'
|
||||
- 'docker exec ${container_id} env TERM=xterm php -v | grep "7.1."'
|
||||
|
||||
notifications:
|
||||
webhooks: https://galaxy.ansible.com/api/v1/notifications/
|
||||
|
Loading…
Reference in New Issue
Block a user