Remove unsupported versions of PHP's built-in web server for continuous integration tests

This commit is contained in:
Zach Borboa
2014-03-03 21:56:47 -08:00
parent c9d723f967
commit d2bf8ab7a4
-1
View File
@@ -2,7 +2,6 @@ language: php
php:
- 5.5
- 5.4
- 5.3
before_script:
- php -S 127.0.0.1:8000 -t tests/PHPCurlClass/ &
script: