Skip to content

Commit

Permalink
fix: update travis
Browse files Browse the repository at this point in the history
  • Loading branch information
ludtkemorgan committed Apr 7, 2023
1 parent ffa31ab commit 26067b7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
language: node_js
node_js:
- 18
cache:
yarn: true
services:
- redis-server
before_install:
Expand Down Expand Up @@ -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:
Expand All @@ -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
NEW_RELIC_LOG_ENABLED=false

0 comments on commit 26067b7

Please sign in to comment.