summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2015-01-04 10:42:28 +0100
committerSebastian Thiel <byronimo@gmail.com>2015-01-04 10:42:28 +0100
commit79d9c4cb175792e80950fdd363a43944fb16a441 (patch)
tree7f3f309e8b27f468f0943ce87f0dc1c9404ae5af
parent4228b2cc8e1c9bd080fe48db98a46c21305e1464 (diff)
downloadgitpython-79d9c4cb175792e80950fdd363a43944fb16a441.tar.gz
Fixed travis debugging yaml
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index b40e0dfc..0c6a248d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -32,7 +32,7 @@ install:
- git config --global user.name "Travis Runner"
# DEBUG
- cat /home/travis/build/gitpython-developers/GitPython/.git/logs/refs/heads/0.3
+ - cat /home/travis/build/gitpython-developers/GitPython/.git/logs/refs/heads/0.3
script:
- nosetests -v --with-coverage
after_success: