diff --git a/.travis.yml b/.travis.yml index 63e7fe1..8f1b6cd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,5 +15,8 @@ cache: - ~/.cache install: - npm ci +before_script: + - npm run test:start-server & + - sleep 3 # hopefully the server will be listening by then script: - - npm run lint && npm run test + - npm run lint && npm run cy:run