diff --git a/.travis.yml b/.travis.yml index efcb6e41d6..af71527b36 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,6 @@ language: node_js node_js: - 18 -cache: - yarn: true services: - redis-server before_install: @@ -51,6 +49,7 @@ jobs: - yarn start -p 3000 & - yarn wait-on "http-get://localhost:3000" && yarn cypress run - kill $(jobs -p) || true +dist: focal addons: postgresql: "11" apt: @@ -64,4 +63,4 @@ env: TEST_DATABASE_URL=postgres://localhost:5433/bloom_test REDIS_TLS_URL=redis://127.0.0.1:6379/0 NEW_RELIC_ENABLED=false - NEW_RELIC_LOG_ENABLED=false \ No newline at end of file + NEW_RELIC_LOG_ENABLED=false