From dc3d81b2b313d6ae85df75c871abc5146dbe814d Mon Sep 17 00:00:00 2001
From: Rene Milk <rene.milk@wwu.de>
Date: Fri, 8 Apr 2016 16:27:32 +0200
Subject: [PATCH] [travis] switch to ssh key deploy

---
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.travis.yml b/.travis.yml
index 479740e47..2cd95a006 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -43,6 +43,7 @@ before_install:
   - cd $HOME
   - test -d src || git clone https://github.com/dune-community/dune-xt-super.git src
   - cd $HOME/src
+  - pushd .travis ; ./init_sshkey.sh ${encrypted_862ca47045d1_key} ${encrypted_862ca47045d1_iv} ; popd
   - git submodule update --init --recursive
   - git submodule status
   - export DCTRL_ARG="--builddir=${DUNE_BUILD_DIR}  --opts=${OPTS}"
-- 
GitLab