Skip to content

Commit

Permalink
Travis ci fix (#659)
Browse files Browse the repository at this point in the history
* kill anything on port 80

* Update .travis.yml

fix typo
  • Loading branch information
RussH authored Sep 16, 2024
1 parent d6042a5 commit ade8a7f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ before_install:
-s`-`uname -m` > docker-compose
- chmod +x docker-compose
- sudo mv docker-compose /usr/local/bin
# Stop any service using port 80
- sudo lsof -t -i:80 | sudo xargs kill -9
language: php
php:
- 7.2
Expand All @@ -31,4 +33,4 @@ deploy:
on:
repo: opencats/OpenCATS
tags: true
skip_cleamup: true
skip_cleanup: true

0 comments on commit ade8a7f

Please sign in to comment.