This website works better with JavaScript
Inicio
Explorar
Axuda
Rexistro
Iniciar sesión
publics
/
go-qrcode
Seguir
0
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Explorar o código
Add Travis CI config file.
Tom Harwood
%!s(int64=11) %!d(string=hai) anos
pai
3484a698f5
achega
cf115fc637
Modificáronse 1 ficheiros
con
9 adicións
e
0 borrados
Dividir vista
Mostrar estatísticas de Diff
9
0
.travis.yml
+ 9
- 0
.travis.yml
Ver ficheiro
@@ -0,0 +1,9 @@
+language: go
+
+go:
+ - 1.3
+ - release
+
+script:
+ - go test -v ./...
+