Fix package name

This commit is contained in:
Bert Van Vreckem 2017-05-09 09:46:48 +02:00
parent 2e2b993bf2
commit 9690d84338

View File

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