summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2015-01-04 10:24:10 +0100
committerSebastian Thiel <byronimo@gmail.com>2015-01-04 10:24:10 +0100
commite3e8ce69bec72277354eff252064a59f515d718a (patch)
treea78cd697953859c3074bbe51490a768450ebccb8 /.travis.yml
parent17f245cad19bf77a5a5fecdee6a41217cc128a73 (diff)
downloadgitpython-e3e8ce69bec72277354eff252064a59f515d718a.tar.gz
Somemore debugging for rev-parse issue
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 2 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml
index cd3cf1cd..3d560bb6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,9 +13,9 @@ install:
- pip install coveralls
# for now we have to make sure there is a master branch - at some point we should just have it by default
- - git branch master 0.3
+ - git branch master
- # generate some reflog as git-python tests need it
+ # generate some reflog as git-python tests need it (in 0.3)
- git reset --hard HEAD~1
- git reset --hard HEAD~1
- git reset --hard HEAD~1
@@ -30,10 +30,6 @@ 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
- - find .git/logs
- - cat .git/logs/HEAD
script:
- nosetests -v --with-coverage
after_success: