travis ci build

pull/178/head
Hunter Long 2019-04-08 11:08:40 -07:00
parent f9102ae7d7
commit fd16e24bc7
3 changed files with 3 additions and 2 deletions

View File

@ -2,7 +2,7 @@ os:
- linux - linux
language: go language: go
go: 1.12.x go: 1.12.2
go_import_path: github.com/hunterlong/statping go_import_path: github.com/hunterlong/statping
cache: cache:

View File

@ -180,6 +180,7 @@ func (n *Notification) makeLog(msg interface{}) {
Time: utils.Timestamp(time.Now()), Time: utils.Timestamp(time.Now()),
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) n.logs = append(n.logs, log)
} }

View File

@ -1,6 +1,6 @@
// Code generated by go generate; DO NOT EDIT. // Code generated by go generate; DO NOT EDIT.
// This file was generated by robots at // 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. // This contains the most recently Markdown source for the Statping Wiki.
package source package source