diff options
| author | Sebastian Thiel <byronimo@gmail.com> | 2016-06-21 08:57:39 +0200 |
|---|---|---|
| committer | Sebastian Thiel <byronimo@gmail.com> | 2016-06-21 09:05:39 +0200 |
| commit | 3c6e5adab98a2ea4253fefc4f83598947f4993ee (patch) | |
| tree | d88f90c257ba6267893df4445cafbe445ae3b0f0 /.travis.yml | |
| parent | de894298780fd90c199ef9e3959a957a24084b14 (diff) | |
| download | GitPython-3c6e5adab98a2ea4253fefc4f83598947f4993ee.tar.gz GitPython-3c6e5adab98a2ea4253fefc4f83598947f4993ee.zip | |
chore(tests): test-initialization via script
Fixes #478
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 7 |
1 files changed, 1 insertions, 6 deletions
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" |
