Remove non supported PHP versions from Travis tests

This commit is contained in:
Leonel Quinteros 2017-07-05 18:04:01 -03:00
parent 2f170a799b
commit 32b557a1e6

View File

@ -4,8 +4,6 @@ sudo: false
language: php
php:
- '5.2'
- '5.3'
- '5.4'
- '5.5'
- '5.6'