Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e2feb62 + c00567d commit bfcdf2bCopy full SHA for bfcdf2b
.travis.yml
@@ -15,11 +15,12 @@ install:
15
- pip install coveralls flake8 sphinx
16
17
# generate some reflog as git-python tests need it (in master)
18
+ - git tag __testing_point__
19
- git checkout master
20
- git reset --hard HEAD~1
21
22
- - git reset --hard origin/master
23
+ - git reset --hard __testing_point__
24
25
# as commits are performed with the default user, it needs to be set for travis too
26
- git config --global user.email "[email protected]"
0 commit comments