Try to make Travis CI tests more reliable

main
Isaiah Odhner 2020-04-29 01:48:38 -04:00
parent e221be2749
commit 1dfb265349
1 changed files with 4 additions and 1 deletions

View File

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