Sfoglia il codice sorgente

Fix env for circleci

Sotaro KARASAWA 11 anni fa
parent
commit
57bfff8ed0
1 ha cambiato i file con 3 aggiunte e 1 eliminazioni
  1. 3 1
      circle.yml

+ 3 - 1
circle.yml

@@ -1,7 +1,9 @@
 machine:
-  timezone: JST
+  timezone: UTC
   services:
     - mongodb
+  environment:
+    MONGO_URI: mongodb://127.0.0.1/crowi_test
 deployment:
   demo:
     branch: master