This website works better with JavaScript
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
wx
/
gowechat
espejo de
https://github.com/yaotian/gowechat
Seguir
2
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Explorar el Código
travis
yaotian
hace 8 años
padre
e3402ca807
commit
92720cad96
Se han
modificado 1 ficheros
con
10 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
10
0
.travis.yml
+ 10
- 0
.travis.yml
Ver fichero
@@ -0,0 +1,10 @@
+language: go
+
+go:
+ - 1.9
+ - 1.8
+ - 1.7
+ - 1.6
+
+script:
+ - go test -v ./...