From eda61aed04209e683a2d7778b8ac7f163a99b408 Mon Sep 17 00:00:00 2001 From: chriseth Date: Wed, 3 Aug 2016 14:24:18 +0200 Subject: Change deploy key. --- .travis.yml | 2 +- scripts/travis-emscripten/deploy_key.enc | Bin 1680 -> 1680 bytes 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 44ab15ad..d06ef3fe 100644 --- a/.travis.yml +++ b/.travis.yml @@ -110,7 +110,7 @@ script: - test $JOB != docs || ./scripts/docs.sh env: global: - - ENCRYPTION_LABEL="296c219a3f41" + - ENCRYPTION_LABEL="6d4541b72666" - JOB=default # This is the deploy target for the Emscripten build. diff --git a/scripts/travis-emscripten/deploy_key.enc b/scripts/travis-emscripten/deploy_key.enc index d613c32e..e6e9e0e6 100644 Binary files a/scripts/travis-emscripten/deploy_key.enc and b/scripts/travis-emscripten/deploy_key.enc differ -- cgit