Adding safelist to travis.yml and correcting a typo

This commit is contained in:
smruthi2187
2018-02-08 14:03:27 -08:00
parent 7752abaf05
commit 841c7ef845
6 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ func Start(port int) {
signal.Notify(c, syscall.SIGTERM)
go func() {
<-c
log.Println("Recived SIGTERM : Dumping stack trace")
log.Println("Received SIGTERM : Dumping stack trace")
dumpStackTrace()
os.Exit(1)
}()