Use script instead of test key in travis config

This commit is contained in:
Grzegorz Leoniec 2018-11-30 10:29:46 +01:00
parent 6aa711b3ab
commit c2a4e48446

View File

@ -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