From 2d125d3526cff90b8143733ef0e00a207c14efda Mon Sep 17 00:00:00 2001
From: Aya Morisawa <AyaMorisawa4869@gmail.com>
Date: Tue, 28 Feb 2017 00:18:54 +0900
Subject: [PATCH] Fix bug

---
 .travis.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 5042d6264f..0e04596ec8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,6 +6,9 @@ language: node_js
 node_js:
   - "7.6.0"
 
+env:
+  - NODE_ENV=production
+
 services:
   - mongodb
   - redis-server
@@ -14,7 +17,6 @@ before_script:
   - mkdir ./.config
   - cp ./.ci-files/default.yml ./.config
   - cp ./.ci-files/test.yml ./.config
-  - NODE_ENV=production
   - npm run build
 
 after_success:
-- 
GitLab