Consolidate continuous integration script

This commit is contained in:
Zach Borboa
2014-03-04 21:44:26 -08:00
parent b896c1ad97
commit aa55e35278
+1 -2
View File
@@ -5,5 +5,4 @@ php:
before_script:
- php -S 127.0.0.1:8000 -t tests/PHPCurlClass/ &
script:
- cd tests
- phpunit --configuration phpunit.xml
- cd tests && phpunit --configuration phpunit.xml