Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
BF: do not checkout master -- that ruins testing of PRs. "reset" mast…
…er to original HEAD
  • Loading branch information
yarikoptic committed Feb 20, 2015
commit c00567d3025016550d55a7abaf94cbb82a5c44fb
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,12 @@ install:
- pip install coveralls flake8 sphinx

# generate some reflog as git-python tests need it (in master)
- git tag __testing_point__
- git checkout master
- git reset --hard HEAD~1
- git reset --hard HEAD~1
- git reset --hard HEAD~1
- git reset --hard origin/master
- git reset --hard __testing_point__

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