Skip to content

Commit ca6c512

Browse files
committed
Try a different port for Travis CI.
1 parent 230de93 commit ca6c512

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@ script:
1414
- ansible-playbook main.yml
1515

1616
# Verify the container runs and returns the default welcome page.
17-
- docker run -d --name=php -p 80:80 php-apache:latest /usr/sbin/apache2ctl -D FOREGROUND
18-
- curl http://localhost/
17+
- docker run -d --name=php -p 8080:80 php-apache:latest /usr/sbin/apache2ctl -D FOREGROUND
18+
- docker ps
19+
- curl http://localhost:8080/
1920

2021
# notifications:
2122
# webhooks: https://galaxy.ansible.com/api/v1/notifications/

0 commit comments

Comments
 (0)