Browse Source

chore: added backend linting check to Travis CI

Signed-off-by: Jonathan <theflametrooper@gmail.com>
Jonathan 4 years ago
parent
commit
d9a455e0de
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml

@@ -38,3 +38,4 @@ jobs:
         - 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 "cd app && npm run lint" # using eslint to check for formatting/linting issues