This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
wangjunyun
/
scribe
mirror da
https://github.com/knuckleswtf/scribe.git
Segui
1
Vota
0
Forka
0
File
Problemi
0
Wiki
Sfoglia il codice sorgente
Fix build config - pass string rather than number as PHP version
shalvah
5 anni fa
parent
e1c5619aa0
commit
e91ba99e6f
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Mostra Diff Stats
1
1
.travis.yml
+ 1
- 1
.travis.yml
Vedi File
@@ -3,7 +3,7 @@ language: php
php:
- 7.0.0
- 7.1.3
- - 7.2
+ - 7.2
.0
env:
matrix: