Explorar el Código

Fix build config - pass string rather than number as PHP version

shalvah hace 5 años
padre
commit
e91ba99e6f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -3,7 +3,7 @@ language: php
 php:
   - 7.0.0
   - 7.1.3
-  - 7.2
+  - 7.2.0
 
 env:
   matrix: