Skip to content

Commit

Permalink
Check if xdebug is installed for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ndench committed Dec 6, 2017
1 parent bc9fded commit dbe272a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ script:
- ANSIBLE_ROLES_PATH=. ansible-playbook -i tests/inventory tests/test.yml -vvv

# check xdebug is enabled
- php -a | grep xdebug
- php -i | grep xdebug

notifications:
webhooks: https://galaxy.ansible.com/api/v1/notifications/
Expand Down

0 comments on commit dbe272a

Please sign in to comment.