diff options
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 7c3b4af..f8894b8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,7 @@ language: php php: + - 5.6 - 5.5 - 5.4 - 5.3 @@ -9,4 +10,4 @@ php: before_script: - composer install --dev -script: vendor/bin/phpunit --configuration phpunit.xml.dist
\ No newline at end of file +script: vendor/bin/phpunit --configuration phpunit.xml.dist |