From 51ed3c4e4f4dfd49b1d858ae823f35029ee4e2ac Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Fri, 19 May 2017 12:50:23 -0500 Subject: [PATCH] Fixes #1: Make sure PHP version is actually tested. --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 21804d8..1943be8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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/