mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-08-27 08:19:27 +00:00
Exclude built-in development server on PHP 5.3
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@ matrix:
|
||||
- php: 5.6
|
||||
- php: hhvm
|
||||
before_script:
|
||||
- php -S 127.0.0.1:8000 -t tests/PHPCurlClass/ &
|
||||
- if [[ "$TRAVIS_PHP_VERSION" != "5.3" ]]; then 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
|
||||
|
||||
Reference in New Issue
Block a user