diff --git a/.travis.yml b/.travis.yml index 16ee276..88a86ce 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,4 +21,4 @@ script: - make install after_success: - - mumbledj -server=$MUMBLE_IP -port=$MUMBLE_PORT -username=travis -password=$MUMBLE_PASSWORD -test=true \ No newline at end of file + - mumbledj -server=$MUMBLE_IP -port=$MUMBLE_PORT -username=travis -password=$MUMBLE_PASSWORD -verbose=true -test=true \ No newline at end of file diff --git a/main.go b/main.go index d315ebc..f59a93c 100644 --- a/main.go +++ b/main.go @@ -253,11 +253,11 @@ func main() { if isNil(web) { Verbose("WEB IS NIL") } - + + <-dj.keepAlive + if test { Test(password, address, port) kill() } - - <-dj.keepAlive }