Skip to content

Commit

Permalink
fix: revert adding command to kill open ports
Browse files Browse the repository at this point in the history
  • Loading branch information
sghoweri committed Aug 6, 2019
1 parent dc41398 commit e214ff7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -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
Expand Down

0 comments on commit e214ff7

Please sign in to comment.