diff options
| author | Sebastian Thiel <byronimo@gmail.com> | 2015-01-03 21:01:38 +0100 |
|---|---|---|
| committer | Sebastian Thiel <byronimo@gmail.com> | 2015-01-03 21:01:38 +0100 |
| commit | 17f245cad19bf77a5a5fecdee6a41217cc128a73 (patch) | |
| tree | dabbcb96788b251a790bccf818f61f03c5b74db5 | |
| parent | db828cdfef651dd25867382d9dc5ac4c4f7f1de3 (diff) | |
| download | GitPython-17f245cad19bf77a5a5fecdee6a41217cc128a73.tar.gz GitPython-17f245cad19bf77a5a5fecdee6a41217cc128a73.zip | |
'tree' program doesn't exist on travis install, fine
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 3b0f12e7..cd3cf1cd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,7 +32,7 @@ install: - git config --global user.name "Travis Runner" # debugging - - tree .git/logs + - find .git/logs - cat .git/logs/HEAD script: - nosetests -v --with-coverage |
