This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
LBP
/
gitleaks
espejo de
https://github.com/gitleaks/gitleaks.git
Seguir
4
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Explorar el Código
travis yaml
zricethezav
hace 8 años
padre
159f5d6185
commit
cba584bb18
Se han
modificado 1 ficheros
con
8 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
8
0
.travis.yml
+ 8
- 0
.travis.yml
Ver fichero
@@ -0,0 +1,8 @@
+language: go
+go:
+ - 1.9
+ - master
+
+script:
+ - go test -v
+