mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-09-06 07:46:27 +00:00
Use PHP's built-in web server for running continuous integration tests
This commit is contained in:
+5
-1
@@ -3,4 +3,8 @@ php:
|
||||
- 5.5
|
||||
- 5.4
|
||||
- 5.3
|
||||
before_script: cd tests
|
||||
before_script:
|
||||
- php -S 127.0.0.1:8000 -t tests/PHPCurlClass/ &
|
||||
script:
|
||||
- cd tests
|
||||
- phpunit --configuration phpunit.xml
|
||||
|
||||
Symlink
+1
@@ -0,0 +1 @@
|
||||
server.php
|
||||
Reference in New Issue
Block a user