This website works better with JavaScript
Página inicial
Explorar
Ajuda
Registrar
Entrar
wangjunyun
/
scribe
mirror de
https://github.com/knuckleswtf/scribe.git
Observar
1
Favorito
0
Fork
0
Arquivos
Issues
0
Wiki
Ver código fonte
Fix build config - pass string rather than number as PHP version
shalvah
5 anos atrás
pai
e1c5619aa0
commit
e91ba99e6f
1 arquivos alterados
com
1 adições
e
1 exclusões
Visão dividida
Mostrar estatísticas do Diff
1
1
.travis.yml
+ 1
- 1
.travis.yml
Ver arquivo
@@ -3,7 +3,7 @@ language: php
php:
- 7.0.0
- 7.1.3
- - 7.2
+ - 7.2
.0
env:
matrix: