mirror of https://github.com/statping/statping
travis ci build
parent
f9102ae7d7
commit
fd16e24bc7
|
@ -2,7 +2,7 @@ os:
|
|||
- linux
|
||||
|
||||
language: go
|
||||
go: 1.12.x
|
||||
go: 1.12.2
|
||||
go_import_path: github.com/hunterlong/statping
|
||||
|
||||
cache:
|
||||
|
|
|
@ -180,6 +180,7 @@ func (n *Notification) makeLog(msg interface{}) {
|
|||
Time: utils.Timestamp(time.Now()),
|
||||
Timestamp: time.Now(),
|
||||
}
|
||||
utils.Log(1, fmt.Sprintf("Notifier %v has sent a message %v", n.Method, log.Message))
|
||||
n.logs = append(n.logs, log)
|
||||
}
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
// Code generated by go generate; DO NOT EDIT.
|
||||
// This file was generated by robots at
|
||||
// 2019-04-08 10:43:08.805735 -0700 PDT m=+0.578178370
|
||||
// 2019-04-08 11:07:01.509025 -0700 PDT m=+0.891116693
|
||||
//
|
||||
// This contains the most recently Markdown source for the Statping Wiki.
|
||||
package source
|
||||
|
|
Loading…
Reference in New Issue