1
0
mirror of https://github.com/kakwa/ldapcherry synced 2024-11-21 17:04:21 +01:00

adding an aptitude upgrade

This commit is contained in:
pcarpent 2015-04-14 19:09:25 +02:00
parent 08fcb0d8fb
commit 59a4073076

View File

@ -2,6 +2,7 @@ before_install:
- curl https://ftp-master.debian.org/keys/archive-key-7.0.asc | sudo apt-key add -
- echo "deb http://http.debian.net/debian wheezy-backports main" | sudo tee -a /etc/apt/sources.list
- sudo apt-get update -qq
- sudo DEBIAN_FRONTEND=noninteractive apt-get upgrade -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" -f -q -y ; true
- sudo ./tests/cfg/deploy.sh
language: python