From 342a0276dbf11366ae91ce28dcceddc332c97eaf Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Sat, 3 Jan 2015 19:48:05 +0100 Subject: Fixed all remaining non-performance tests * travis configuration adjusted to hopefully work better than before Performance traversal still fails when using git-python as standard repository. It naturally wants a larger one. On travis these tests are skipped though. --- .travis.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index dfeaad54..92842941 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,6 +11,18 @@ install: - git submodule update --init --recursive - git fetch --tags - 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 + # generate some reflog as git-python tests need it + - git reset --hard HEAD~1 + - git reset --hard HEAD~1 + - git reset --hard HEAD~1 + - git reset --hard origin/0.3 + - git checkout master + - git reset --hard HEAD~1 + - git reset --hard HEAD~1 + - git reset --hard origin/0.3 + - git checkout 0.3 script: - nosetests -v --with-coverage after_success: -- cgit v1.2.3