From 03d71489584eef89af59e0d828489f98758530ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=A4fer?= Date: Wed, 5 Dec 2018 00:37:18 +0100 Subject: [PATCH] Run the tests in the docker image Travis lags behind with the current version of docker-compose --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6c98c8ba7..5f4314cbb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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