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.
1 parent daddc7c commit d4c7305Copy full SHA for d4c7305
.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