diff options
| author | Aya Morisawa <AyaMorisawa4869@gmail.com> | 2017-02-28 00:18:54 +0900 |
|---|---|---|
| committer | Aya Morisawa <AyaMorisawa4869@gmail.com> | 2017-02-28 00:20:14 +0900 |
| commit | 2d125d3526cff90b8143733ef0e00a207c14efda (patch) | |
| tree | 9ff63e496236c4cb9dbc8894c6d3ae2bd868b6c2 | |
| parent | Build with production mode (diff) | |
| download | sharkey-2d125d3526cff90b8143733ef0e00a207c14efda.tar.gz sharkey-2d125d3526cff90b8143733ef0e00a207c14efda.tar.bz2 sharkey-2d125d3526cff90b8143733ef0e00a207c14efda.zip | |
Fix bug
| -rw-r--r-- | .travis.yml | 4 |
1 files changed, 3 insertions, 1 deletions
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: |