Browse Source

chore(CI): mongoclient doesn't need to be started

Signed-off-by: Jonathan <theflametrooper@gmail.com>
Jonathan 5 years ago
parent
commit
494a536ea2
1 changed files with 1 additions and 2 deletions
  1. 1 2
      .travis.yml

+ 1 - 2
.travis.yml

@@ -27,7 +27,6 @@ before_install:
 
 jobs:
   include:
-    - stage: general
     - stage: frontend
       script:
         - docker-compose build frontend # build frontend
@@ -37,7 +36,7 @@ jobs:
     - stage: backend
       script:
         - docker-compose up -d mongo # start mongo (users automatically setup)
-        - docker-compose up -d mongoclient redis # start mongoclient and redis
+        - docker-compose up -d redis # start redis
         - docker-compose build backend # build backend
         - docker-compose up -d backend # start backend
         - docker-compose exec backend /bin/bash -c "snyk test --dev" # scan for dependency/dev. dependency vunerabilities