We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2e10e0 commit 5805ad0Copy full SHA for 5805ad0
.travis.yml
@@ -4,6 +4,7 @@ install:
4
- docker build -t moodle-php-apache .
5
script:
6
- "docker run --name test0 -d -p 8000:80 -v $PWD/tests/fixtures:/var/www/html moodle-php-apache"
7
+ - sleep 5
8
- docker exec test0 php /var/www/html/test.php
9
- curl --fail http://127.0.0.1:8000/test.php
10
after_failure:
0 commit comments