From 2e2b993bf2a3696d562174e18f404227be13cf6c Mon Sep 17 00:00:00 2001 From: Bert Van Vreckem Date: Tue, 9 May 2017 09:43:24 +0200 Subject: [PATCH] Install smbclient on Travis test box --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 9eec7aa..6984a38 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,6 +18,7 @@ before_install: # Install latest Git - sudo apt-get update - sudo apt-get install --only-upgrade git + - sudo apt-get install samba4-clients # Allow fetching other branches than master - git config remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # Fetch the branch with test code