This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
CityApper
/
dulwich
kopia lustrzana
https://github.com/jelmer/dulwich
Obserwuj
2
Polub
0
Forkuj
0
Pliki
Problemy
0
Wiki
Przeglądaj źródła
Add basic travis config file.
Jelmer Vernooij
11 lat temu
rodzic
320a627fea
commit
3f9b05ded7
1 zmienionych plików
z
5 dodań
i
0 usunięć
Widok podzielony
Pokaż statystyki zmian
5
0
.travis.yml
+ 5
- 0
.travis.yml
Wyświetl plik
@@ -0,0 +1,5 @@
+language: python
+python:
+ - "2.7"
+ - "2.6"
+script: make check