This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
CityApper
/
dulwich
réplica de
https://github.com/jelmer/dulwich
Seguir
2
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Wiki
Explorar o código
Add basic travis config file.
Jelmer Vernooij
%!s(int64=11) %!d(string=hai) anos
pai
320a627fea
achega
3f9b05ded7
Modificáronse 1 ficheiros
con
5 adicións
e
0 borrados
Dividir vista
Mostrar estatísticas de Diff
5
0
.travis.yml
+ 5
- 0
.travis.yml
Ver ficheiro
@@ -0,0 +1,5 @@
+language: python
+python:
+ - "2.7"
+ - "2.6"
+script: make check