From 09fdd99bace8e15db3442fcba8aa71a4ac31ab24 Mon Sep 17 00:00:00 2001 From: Aya Morisawa Date: Tue, 28 Feb 2017 00:12:29 +0900 Subject: [PATCH] Build with production mode --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 06c908634..5042d6264 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,6 +14,7 @@ before_script: - mkdir ./.config - cp ./.ci-files/default.yml ./.config - cp ./.ci-files/test.yml ./.config + - NODE_ENV=production - npm run build after_success: