Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 53f1a9b

Browse files
committed
BF: do not checkout master -- that ruins testing of PRs. Mark testing point as __testing_point__ branch
1 parent e2feb62 commit 53f1a9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ install:
1515
- pip install coveralls flake8 sphinx
1616

1717
# generate some reflog as git-python tests need it (in master)
18-
- git checkout master
18+
- git branch __testing_point__
1919
- git reset --hard HEAD~1
2020
- git reset --hard HEAD~1
2121
- git reset --hard HEAD~1
22-
- git reset --hard origin/master
22+
- git checkout __testing_point__
2323

2424
# as commits are performed with the default user, it needs to be set for travis too
2525
- git config --global user.email "[email protected]"

0 commit comments

Comments
 (0)