Explorar el Código

[travis] Remove PHP 5.4 and 5.5

RSS-Bridge requires at least PHP 5.6
logmanoriginal hace 7 años
padre
commit
ccc816eae8
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      .travis.yml

+ 0 - 2
.travis.yml

@@ -1,7 +1,5 @@
 language: php
 php:
-  - '5.4'
-  - '5.5'
   - '5.6'
   - '7.0'
   - hhvm