diff --git a/.travis.yml b/.travis.yml index 8e4ece76c..0327e578a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,9 @@ language: php # We require precise here, as 5.3 doesn't exist on trusty. -dist: precise +dist: trusty php: - - 5.3 - 5.4 - 5.5 - 5.6 @@ -24,9 +23,6 @@ services: matrix: fast_finish: true include: - - php: 5.3 - env: DB=mysql PHPUNIT=3 VCS=1 - - php: 5.4 env: DB=pgsql PHPUNIT=3 VCS=1