From b8908919b170a73577659196741d0a8741c8a799 Mon Sep 17 00:00:00 2001 From: David Wilson Date: Tue, 17 Apr 2018 15:34:27 +0100 Subject: [PATCH] Arrange for sshpass to be installed. --- .travis/ansible_tests.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis/ansible_tests.sh b/.travis/ansible_tests.sh index b9452827..0b207c2f 100755 --- a/.travis/ansible_tests.sh +++ b/.travis/ansible_tests.sh @@ -51,6 +51,8 @@ echo \ # Build the binaries. make -C ${TRAVIS_BUILD_DIR}/tests/ansible +sudo apt install -y sshpass + echo travis_fold:end:job_setup