From fd16e24bc7dc3022c065aa7c693408eac3943d53 Mon Sep 17 00:00:00 2001 From: Hunter Long Date: Mon, 8 Apr 2019 11:08:40 -0700 Subject: [PATCH] travis ci build --- .travis.yml | 2 +- core/notifier/notifiers.go | 1 + source/wiki.go | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8c4d8352..a3fa4f61 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ os: - linux language: go -go: 1.12.x +go: 1.12.2 go_import_path: github.com/hunterlong/statping cache: diff --git a/core/notifier/notifiers.go b/core/notifier/notifiers.go index f696f066..0dff4b9f 100644 --- a/core/notifier/notifiers.go +++ b/core/notifier/notifiers.go @@ -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) } diff --git a/source/wiki.go b/source/wiki.go index 2d3d00ee..57fdd581 100644 --- a/source/wiki.go +++ b/source/wiki.go @@ -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