Browse Source

Fixed 3.next > 4.x merge error where travis distribution was not set to xenial

Corey Taylor 6 years ago
parent
commit
627628325b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -1,6 +1,6 @@
 language: php
 
-dist: trusty
+dist: xenial
 
 services:
   - memcached