mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-09-09 09:56:27 +00:00
Use consistent calls for tests
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user