From 9690d8433876b2f423594e43138b5675de703f52 Mon Sep 17 00:00:00 2001 From: Bert Van Vreckem Date: Tue, 9 May 2017 09:46:48 +0200 Subject: [PATCH] Fix package name --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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