Skip to content
This repository was archived by the owner on Oct 30, 2018. It is now read-only.

Commit 154afa7

Browse files
committed
Merge pull request #1943 from sivel/rebase-prs
Rebase PRs against $TRAVIS_BRANCH before performing tests
2 parents daddc7c + d4c7305 commit 154afa7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ addons:
99
packages:
1010
- python2.4
1111
- python2.6
12+
before_install:
13+
- git config user.name "ansible"
14+
- git config user.email "[email protected]"
15+
- if [[ "$TRAVIS_PULL_REQUEST" != "false" ]]; then git rebase $TRAVIS_BRANCH; fi;
1216
install:
1317
- pip install git+https://github.com/ansible/ansible.git@devel#egg=ansible
1418
- pip install git+https://github.com/sivel/ansible-testing.git#egg=ansible_testing

0 commit comments

Comments
 (0)