This website works better with JavaScript
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
publics
/
go-qrcode
Seguir
0
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Explorar el Código
Add Travis CI config file.
Tom Harwood
hace 11 años
padre
3484a698f5
commit
cf115fc637
Se han
modificado 1 ficheros
con
9 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
9
0
.travis.yml
+ 9
- 0
.travis.yml
Ver fichero
@@ -0,0 +1,9 @@
+language: go
+
+go:
+ - 1.3
+ - release
+
+script:
+ - go test -v ./...
+