From 3a0618684fda711f24d6be5da652d411a7e4b116 Mon Sep 17 00:00:00 2001 From: David Wilson Date: Tue, 17 Apr 2018 13:41:16 +0100 Subject: [PATCH] tests: build the test binary custom modules --- .travis/ansible_tests.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis/ansible_tests.sh b/.travis/ansible_tests.sh index 1736ab99..b9452827 100755 --- a/.travis/ansible_tests.sh +++ b/.travis/ansible_tests.sh @@ -47,6 +47,10 @@ echo \ ansible_user=mitogen__has_sudo_nopw \ ansible_password=has_sudo_nopw_password \ >> ${TMPDIR}/hosts + +# Build the binaries. +make -C ${TRAVIS_BUILD_DIR}/tests/ansible + echo travis_fold:end:job_setup