Browse Source

Update build config

shalvah 6 years ago
parent
commit
1754655e2b
1 changed files with 2 additions and 3 deletions
  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