mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-09-11 10:56:29 +00:00
Fix #34: Add PHP 5.3 to continuous integration tests
This commit is contained in:
+4
-1
@@ -1,5 +1,6 @@
|
||||
language: php
|
||||
php:
|
||||
- 5.3
|
||||
- 5.4
|
||||
- 5.5
|
||||
- 5.6
|
||||
@@ -12,4 +13,6 @@ before_script:
|
||||
- php -S 127.0.0.1:8000 -t tests/PHPCurlClass/ &
|
||||
script:
|
||||
- php -l src/*
|
||||
- cd tests && phpunit --configuration phpunit.xml
|
||||
- if [[ "$TRAVIS_PHP_VERSION" != "5.3" ]]; then
|
||||
cd tests && phpunit --configuration phpunit.xml
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user