From 2745abd5cbb522e57b5d7ba2843d9f4498427803 Mon Sep 17 00:00:00 2001 From: Freek Date: Fri, 6 Jun 2014 13:46:59 +0200 Subject: [PATCH] run Travis tests for php 5.3 --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3f88ac5..9aec389 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,7 @@ language: php php: + - 5.3 - 5.4 - 5.5 - 5.6 @@ -9,4 +10,4 @@ php: before_script: - composer install --prefer-source --no-interaction --dev -script: vendor/bin/phpspec run \ No newline at end of file +script: vendor/bin/phpspec run