浏览代码

Remove PHP 5.5

Marcel Pociot 8 年之前
父节点
当前提交
d4ca5fce3f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -1,9 +1,9 @@
 language: php
 
 php:
-  - 5.5
   - 5.6
   - 7.0
+  - 7.1
 
 before_script:
   - travis_retry composer self-update