summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2015-01-04 10:39:12 +0100
committerSebastian Thiel <byronimo@gmail.com>2015-01-04 10:39:12 +0100
commit4228b2cc8e1c9bd080fe48db98a46c21305e1464 (patch)
tree61004084675fabc2398d2878090b1a792acaa9dc /.travis.yml
parenta8535d1a2485b4e063ab9ef0a2719a1aab8187d3 (diff)
downloadgitpython-4228b2cc8e1c9bd080fe48db98a46c21305e1464.tar.gz
Another travis debugging commit
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 3d560bb6..b40e0dfc 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -30,6 +30,9 @@ 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"
+
+ # DEBUG
+ cat /home/travis/build/gitpython-developers/GitPython/.git/logs/refs/heads/0.3
script:
- nosetests -v --with-coverage
after_success: