Selaa lähdekoodia

Remove 7.0 build

Jordi Boggiano 7 vuotta sitten
vanhempi
commit
613097f5fe
1 muutettua tiedostoa jossa 1 lisäystä ja 2 poistoa
  1. 1 2
      .travis.yml

+ 1 - 2
.travis.yml

@@ -4,7 +4,6 @@ sudo: false
 dist: trusty
 
 php:
-  - 7.0
   - 7.1
   - 7.2
   - nightly
@@ -15,7 +14,7 @@ cache:
 
 matrix:
     include:
-        - php: 7.0
+        - php: 7.1
           env: deps=low
     fast_finish: true