File tree Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -14,18 +14,12 @@ install:
1414 - git fetch --tags
1515 - pip install coveralls
1616
17- # generate some reflog as git-python tests need it (in 0.3 )
18- - git checkout 0.3
17+ # generate some reflog as git-python tests need it (in master )
18+ - git checkout master
1919 - git reset --hard HEAD~1
2020 - git reset --hard HEAD~1
2121 - git reset --hard HEAD~1
22- - git reset --hard origin/0.3
23- - git checkout -b master
24- - git reset --hard HEAD~1
25- - git reset --hard HEAD~1
26- - git reset --hard HEAD~1
27- - git reset --hard origin/0.3
28- - git checkout 0.3
22+ - git reset --hard origin/master
2923
3024 # as commits are performed with the default user, it needs to be set for travis too
3125 - git config --global user.email "travis@ci.com"
You can’t perform that action at this time.
0 commit comments