Skip to content
Snippets Groups Projects
Commit 2d125d35 authored by Aya Morisawa's avatar Aya Morisawa
Browse files

Fix bug

parent 09fdd99b
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment