Browse Source

Switch to trusty on 1.4 branch

Jordi Boggiano 7 years ago
parent
commit
60d68a06ac
1 changed files with 4 additions and 1 deletions
  1. 4 1
      .travis.yml

+ 4 - 1
.travis.yml

@@ -1,6 +1,7 @@
 language: php
 
 sudo: false
+dist: trusty
 
 cache:
   directories:
@@ -12,7 +13,6 @@ addons:
       - parallel
 
 php:
-  - 5.3
   - 5.4
   - 5.5
   - 5.6
@@ -22,6 +22,9 @@ php:
   - nightly
 
 matrix:
+  include:
+    - dist: precise
+      php: 5.3
   fast_finish: true
   allow_failures:
     - php: nightly