From c2a4e48446e6c3947bc918734bd7bb278a3e66f0 Mon Sep 17 00:00:00 2001 From: Grzegorz Leoniec Date: Fri, 30 Nov 2018 10:29:46 +0100 Subject: [PATCH] Use script instead of test key in travis config --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5aa20ed1e..ca93e0ae2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ cache: install: - docker build --build-arg BUILD_COMMIT=$TRAVIS_COMMIT -t humanconnection/nitro-backend . -test: +script: # TODO: re-add when testing is setup properly # - docker run humanconnection/nitro-backend yarn run db:seed - docker run humanconnection/nitro-backend yarn run test