Browse Source

fixing travis CI builds for php 5.5, which require trusty

El RIDO 6 năm trước cách đây
mục cha
commit
2a5f622580
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      .travis.yml

+ 2 - 0
.travis.yml

@@ -1,5 +1,7 @@
 language: php
 sudo: false
+# only needed for PHP 5.5 support as of 2019-07
+dist: trusty
 php:
   - '5.4'
   - '5.5'