From 3c6e5adab98a2ea4253fefc4f83598947f4993ee Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Tue, 21 Jun 2016 08:57:39 +0200 Subject: chore(tests): test-initialization via script Fixes #478 --- .travis.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 99ecd4aa..31f2c00c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,12 +19,7 @@ install: - pip install coveralls flake8 sphinx # generate some reflog as git-python tests need it (in master) - - git tag __testing_point__ - - git checkout master || git checkout -b master - - git reset --hard HEAD~1 - - git reset --hard HEAD~1 - - git reset --hard HEAD~1 - - git reset --hard __testing_point__ + - ./init-tests-after-clone.sh # as commits are performed with the default user, it needs to be set for travis too - git config --global user.email "travis@ci.com" -- cgit v1.2.3