Install smbclient on Travis test box

This commit is contained in:
Bert Van Vreckem 2017-05-09 09:43:24 +02:00
parent 2bdb99f39a
commit 2e2b993bf2

View File

@ -18,6 +18,7 @@ before_install:
# Install latest Git # Install latest Git
- sudo apt-get update - sudo apt-get update
- sudo apt-get install --only-upgrade git - sudo apt-get install --only-upgrade git
- sudo apt-get install samba4-clients
# Allow fetching other branches than master # Allow fetching other branches than master
- git config remote.origin.fetch +refs/heads/*:refs/remotes/origin/* - git config remote.origin.fetch +refs/heads/*:refs/remotes/origin/*
# Fetch the branch with test code # Fetch the branch with test code