From abd6156a90de362ac751c1d39aa4fa9474d2f5c9 Mon Sep 17 00:00:00 2001 From: Schuyler Cebulskie Date: Sat, 18 Nov 2017 17:50:30 -0500 Subject: [PATCH] Maybe fix Travis some more --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 675e03ebc..3b89d2afa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,8 +10,8 @@ jobs: node_js: 9 script: bash ./travis/deploy.sh env: - - ENCRYPTION_LABEL: "af862fa96d3e" - - COMMIT_AUTHOR_EMAIL: "amishshah.2k@gmail.com" + - ENCRYPTION_LABEL="af862fa96d3e" + - COMMIT_AUTHOR_EMAIL="amishshah.2k@gmail.com" cache: directories: - node_modules