From a5dfc100c648e50c6f85d217996a0297ad471ffb Mon Sep 17 00:00:00 2001 From: pcarpent Date: Tue, 14 Apr 2015 16:55:10 +0200 Subject: [PATCH] fix pub key recover --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4acaf92..e2aaf2a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ before_install: - - curl http://mirror.ovh.net/debian/dists/wheezy-backports/Release.gpg | sudo apt-key add - + - 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 ./tests/cfg/deploy.sh