From 2e26cefb212acae894b769655bfba88570f7a384 Mon Sep 17 00:00:00 2001 From: Aya Morisawa Date: Tue, 28 Feb 2017 00:36:11 +0900 Subject: [PATCH] Clean up --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 04a7dc23b..06c908634 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,7 @@ before_script: - mkdir ./.config - cp ./.ci-files/default.yml ./.config - cp ./.ci-files/test.yml ./.config - - NODE_ENV=production && npm run build + - npm run build after_success: - openssl aes-256-cbc -K $encrypted_ceda82069128_key -iv $encrypted_ceda82069128_iv -in .travis_rsa.enc -out .travis_rsa -d