And run seed data on Travis CI

This commit is contained in:
Robert Schäfer 2018-12-08 11:48:34 +01:00
parent d2cde2154f
commit 6ce9406188

View File

@ -24,5 +24,6 @@ install:
- yarn global add cypress wait-on
script:
- docker-compose -f Nitro-Backend/docker-compose.yml exec backend yarn run db:seed
- wait-on http://localhost:3000
- cypress run