From 127d87dca82d560d488295510755fabc041dc7b7 Mon Sep 17 00:00:00 2001 From: Schuyler Cebulskie Date: Sat, 18 Nov 2017 17:45:06 -0500 Subject: [PATCH] Hopefully remove unnecessary work from Travis tests --- .travis.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 89d0baf36..675e03ebc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,12 +7,11 @@ script: bash ./travis/test.sh jobs: include: - stage: deploy - script: bash ./travis/deploy.sh node_js: 9 -env: - global: - - ENCRYPTION_LABEL: "af862fa96d3e" - - COMMIT_AUTHOR_EMAIL: "amishshah.2k@gmail.com" + script: bash ./travis/deploy.sh + env: + - ENCRYPTION_LABEL: "af862fa96d3e" + - COMMIT_AUTHOR_EMAIL: "amishshah.2k@gmail.com" cache: directories: - node_modules