tests: build the test binary custom modules

This commit is contained in:
David Wilson 2018-04-17 13:41:16 +01:00
parent 202ce0f641
commit 3a0618684f
1 changed files with 4 additions and 0 deletions

View File

@ -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