Use consistent calls for tests

This commit is contained in:
Zach Borboa
2014-04-04 15:40:52 -07:00
parent 679dd71ea6
commit 0acf95d3e1
+1 -1
View File
@@ -13,4 +13,4 @@ before_script:
- if [[ "$TRAVIS_PHP_VERSION" != "5.3" ]]; then sh -c "php -S 127.0.0.1:8000 -t tests/PHPCurlClass/ &"; fi
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 sh -c "cd tests && phpunit --configuration phpunit.xml"; fi