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.
2 parents daddc7c + d4c7305 commit 154afa7Copy full SHA for 154afa7
.travis.yml
@@ -9,6 +9,10 @@ addons:
9
packages:
10
- python2.4
11
- 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;
16
install:
17
- pip install git+https://github.com/ansible/ansible.git@devel#egg=ansible
18
- pip install git+https://github.com/sivel/ansible-testing.git#egg=ansible_testing
0 commit comments