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.
1 parent e2feb62 commit 53f1a9bCopy full SHA for 53f1a9b
.travis.yml
@@ -15,11 +15,11 @@ install:
15
- pip install coveralls flake8 sphinx
16
17
# generate some reflog as git-python tests need it (in master)
18
- - git checkout master
+ - git branch __testing_point__
19
- git reset --hard HEAD~1
20
21
22
- - git reset --hard origin/master
+ - git checkout __testing_point__
23
24
# as commits are performed with the default user, it needs to be set for travis too
25
- git config --global user.email "[email protected]"
0 commit comments