diff --git a/.travis.yml b/.travis.yml index d6245e739..427b99d9a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,7 +22,8 @@ install: - cd Nitro-Backend && docker-compose up -d && cd .. - cd Nitro-Web && docker-compose up -d && cd .. - yarn global add cypress - + - yarn global add wait-on script: + - wait-on tcp:3000 - cypress run