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:
14
14
- git fetch --tags
15
15
- pip install coveralls
16
16
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
19
19
- git reset --hard HEAD~1
20
20
- git reset --hard HEAD~1
21
21
- 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
29
23
30
24
# as commits are performed with the default user, it needs to be set for travis too
31
25
- git config --global user.email "travis@ci.com"
You can’t perform that action at this time.
0 commit comments