This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
CityApper
/
dulwich
espejo de
https://github.com/jelmer/dulwich
Seguir
2
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Explorar el Código
Add basic travis config file.
Jelmer Vernooij
hace 11 años
padre
320a627fea
commit
3f9b05ded7
Se han
modificado 1 ficheros
con
5 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
5
0
.travis.yml
+ 5
- 0
.travis.yml
Ver fichero
@@ -0,0 +1,5 @@
+language: python
+python:
+ - "2.7"
+ - "2.6"
+script: make check