diff --git a/.travis.yml b/.travis.yml index 94336bf..b28b0dd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,4 +3,9 @@ language: php php: - 5.5 - 5.4 - - 5.3 \ No newline at end of file + - 5.3 + - 5.2 + +matrix: + allow_failures: + - php: 5.2 \ No newline at end of file