Exclude built-in development server on PHP 5.3

This commit is contained in:
zborboa-google
2014-04-02 08:44:08 -07:00
parent 49f245af19
commit bb7c86bc0e
+1 -1
View File
@@ -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