From fb8bad934b465317d522300d9df248959e460c95 Mon Sep 17 00:00:00 2001 From: David Wilson Date: Sun, 24 Jun 2018 23:02:25 +0100 Subject: [PATCH] issue #275: Don't use -U in ansible_tests.sh -- forces paramiko upgrade --- .travis/ansible_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis/ansible_tests.sh b/.travis/ansible_tests.sh index bd1af85a..ffe775fe 100755 --- a/.travis/ansible_tests.sh +++ b/.travis/ansible_tests.sh @@ -36,7 +36,7 @@ echo travis_fold:end:docker_setup echo travis_fold:start:job_setup -pip install -U ansible=="${ANSIBLE_VERSION}" +pip install ansible=="${ANSIBLE_VERSION}" cd ${TRAVIS_BUILD_DIR}/tests/ansible chmod go= ${TRAVIS_BUILD_DIR}/tests/data/docker/mitogen__has_sudo_pubkey.key