Run the tests in the docker image

Travis lags behind with the current version of docker-compose
This commit is contained in:
Robert Schäfer 2018-12-05 00:37:18 +01:00
parent 7df0a1bd97
commit 03d7148958

View File

@ -16,7 +16,7 @@ install:
script:
- docker run humanconnection/nitro-backend:latest yarn run eslint
- docker-compose run --rm backend yarn run mocha
- docker run humanconnection/nitro-backend:latest yarn run mocha
- yarn run db:reset
- yarn run db:seed