Skip to content

Commit bfcdf2b

Browse files
committed
Merge pull request #261 from yarikoptic/bf/no-master-checkout
BF: do not checkout master -- that ruins testing of PRs
2 parents e2feb62 + c00567d commit bfcdf2b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

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

1717
# generate some reflog as git-python tests need it (in master)
18+
- git tag __testing_point__
1819
- git checkout master
1920
- git reset --hard HEAD~1
2021
- git reset --hard HEAD~1
2122
- git reset --hard HEAD~1
22-
- git reset --hard origin/master
23+
- git reset --hard __testing_point__
2324

2425
# as commits are performed with the default user, it needs to be set for travis too
2526
- git config --global user.email "travis@ci.com"

0 commit comments

Comments
 (0)