Browse Source

Update build config

shalvah 6 năm trước cách đây
mục cha
commit
1754655e2b
1 tập tin đã thay đổi với 2 bổ sung3 xóa
  1. 2 3
      .travis.yml

+ 2 - 3
.travis.yml

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