summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2015-01-03 20:58:46 +0100
committerSebastian Thiel <byronimo@gmail.com>2015-01-03 20:58:46 +0100
commitdb828cdfef651dd25867382d9dc5ac4c4f7f1de3 (patch)
treec21bc49fd21d518029a4c48faa8827b6a5a4ee71 /.travis.yml
parentf2840c626d2eb712055ccb5dcbad25d040f17ce1 (diff)
downloadgitpython-db828cdfef651dd25867382d9dc5ac4c4f7f1de3.tar.gz
This should help getting travis to work, finally
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 7a21ad94..3b0f12e7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -30,6 +30,10 @@ install:
# as commits are performed with the default user, it needs to be set for travis too
- git config --global user.email "travis@ci.com"
- git config --global user.name "Travis Runner"
+
+ # debugging
+ - tree .git/logs
+ - cat .git/logs/HEAD
script:
- nosetests -v --with-coverage
after_success: