This commit is contained in:
Zach Borboa
2014-04-01 22:21:37 -07:00
parent 80438d21ab
commit 49f245af19
+1 -3
View File
@@ -13,6 +13,4 @@ before_script:
- php -S 127.0.0.1:8000 -t tests/PHPCurlClass/ &
script:
- php -l src/*
- if [[ "$TRAVIS_PHP_VERSION" != "5.3" ]]; then
cd tests && phpunit --configuration phpunit.xml
fi
- if [[ "$TRAVIS_PHP_VERSION" != "5.3" ]]; then cd tests && phpunit --configuration phpunit.xml; fi