dark magic to revive travis
It seems that some process inside travis is using port no 9000. Hence adding this line in the travis.yml to change common_site_config.json and use port no 9001 for socket_io
This commit is contained in:
parent
cef7f1c3b9
commit
ab0198b513
1 changed files with 1 additions and 0 deletions
|
|
@ -34,6 +34,7 @@ before_script:
|
|||
- bench reinstall --yes
|
||||
- bench setup-help
|
||||
- bench scheduler disable
|
||||
- sed -i 's/9000/9001/g' sites/common_site_config.json
|
||||
- bench start &
|
||||
- sleep 10
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue