Sfoglia il codice sorgente

Update build config

shalvah 6 anni fa
parent
commit
1754655e2b
1 ha cambiato i file con 2 aggiunte e 3 eliminazioni
  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