This website works better with JavaScript
Accueil
Explorer
Aide
S'inscrire
Connexion
wx
/
gowechat
miroir de
https://github.com/yaotian/gowechat
Suivre
2
Voter
0
Fork
0
Fichiers
Tickets
0
Wiki
Parcourir la source
travis
yaotian
il y a 8 ans
Parent
e3402ca807
commit
92720cad96
1 fichiers modifiés
avec
10 ajouts
et
0 suppressions
Vue séparée
Afficher les stats Diff
10
0
.travis.yml
+ 10
- 0
.travis.yml
Voir le fichier
@@ -0,0 +1,10 @@
+language: go
+
+go:
+ - 1.9
+ - 1.8
+ - 1.7
+ - 1.6
+
+script:
+ - go test -v ./...