mirror of
https://github.com/yggdrasil-network/water.git
synced 2025-05-19 16:35:10 +03:00
add .travis.yml
This commit is contained in:
parent
ed5454b50a
commit
f6122f5b2f
4 changed files with 37 additions and 2 deletions
|
@ -10,7 +10,7 @@ import (
|
|||
)
|
||||
|
||||
func startBroadcast(t *testing.T, dst net.IP) {
|
||||
if err := exec.Command("ping", "-b", "-c", "2", dst.String()).Start(); err != nil {
|
||||
if err := exec.Command("ping", "-b", "-c", "4", dst.String()).Start(); err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue