www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 0d592a950c709b9d717918d85592a72e566a8ca9
parent 384ce236debb558271fd7db930c92581d04f08f4
Author: Dan Stillman <dstillman@zotero.org>
Date:   Thu, 15 Jun 2017 16:27:30 -0400

Add encrypted AWS_SECRET_ACCESS_KEY to Travis config

Follow-up to c25d6bf4692

Diffstat:
M.travis.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml @@ -7,7 +7,7 @@ cache: - "node_modules" env: global: - secure: "" + secure: "NxvkbZ7/Op7BTGQRR3C4q8lLoO29f8WtyNN27NSH7AO3H0vBr1Vp5xO8gn+H2qHEug5HvM+YrZ/xAkNXaZVbOInmBmKVMxqVvdpKp9JM1Amf+gzsXWQphfySvs6iqzyP6cwU/jspdvX/WSakgU5v7PWXxtUIaKxdANt6Rw7W+Pc=" matrix: - FX_VERSION="54.0b" - FX_VERSION="45.0.2esr"