This website works better with JavaScript
Accueil
Explorer
Aide
S'inscrire
Connexion
wangjunyun
/
scribe
miroir de
https://github.com/knuckleswtf/scribe.git
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Wiki
Parcourir la source
Fix build config - pass string rather than number as PHP version
shalvah
il y a 5 ans
Parent
e1c5619aa0
commit
e91ba99e6f
1 fichiers modifiés
avec
1 ajouts
et
1 suppressions
Vue séparée
Afficher les stats Diff
1
1
.travis.yml
+ 1
- 1
.travis.yml
Voir le fichier
@@ -3,7 +3,7 @@ language: php
php:
- 7.0.0
- 7.1.3
- - 7.2
+ - 7.2
.0
env:
matrix: