Skip to content

Commit 90701e3

Browse files
committed
Fix broken Travis CI tests.
1 parent fabf949 commit 90701e3

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
@@ -20,7 +20,7 @@ script:
2020
- ansible-playbook --extra-vars="@vars/${php_version}.yml" main.yml
2121

2222
# Verify the container runs and has the correct PHP version.
23-
- docker run -d --name=php-apache -p 8080:80 php-apache:latest /usr/sbin/apache2ctl -D FOREGROUND
23+
- docker run -d --name=php-apache -p 8080:80 geerlingguy/php-apache:${php_version} /usr/sbin/apache2ctl -D FOREGROUND
2424
- docker exec php-apache php -v | grep ${php_version}
2525
- curl http://localhost:8080/
2626

0 commit comments

Comments
 (0)