From e214ff7185ee40c666f9040b16abb383326173ac Mon Sep 17 00:00:00 2001 From: Salem Ghoweri Date: Tue, 6 Aug 2019 15:54:33 -0400 Subject: [PATCH] fix: revert adding command to kill open ports --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 909b3e5f78..daef3a3b68 100644 --- a/.travis.yml +++ b/.travis.yml @@ -44,7 +44,6 @@ jobs: - yarn workspace @bolt/website prep # creates data and manifest files before_script: ./scripts/check-run-queue.js 'Unit' script: - - lsof -t -i:4444 # kill any currently running tasks on port 4444 to try and recover from a Jest test retry - travis_retry yarn test:js --bail --maxWorkers=1 # - yarn test:js:quick --maxWorkers=1 # running both `test:js` as comparison; remove or comment out this or other one eventually - yarn test:php