Use PHP's built-in web server for running continuous integration tests

This commit is contained in:
Zach Borboa
2014-03-03 21:37:00 -08:00
parent eb101bfc99
commit c9d723f967
2 changed files with 6 additions and 1 deletions
+5 -1
View File
@@ -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
+1
View File
@@ -0,0 +1 @@
server.php