Fix #34: Add PHP 5.3 to continuous integration tests

This commit is contained in:
Zach Borboa
2014-04-01 22:18:30 -07:00
parent 4b7e328b84
commit 80438d21ab
+4 -1
View File
@@ -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