diff --git a/.travis.yml b/.travis.yml index 6984a38..d55c4c1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,7 @@ before_install: # Install latest Git - sudo apt-get update - sudo apt-get install --only-upgrade git - - sudo apt-get install samba4-clients + - sudo apt-get install smbclient # Allow fetching other branches than master - git config remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # Fetch the branch with test code