diff --git a/.travis.yml b/.travis.yml index bc47990..b302511 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: go go_import_path: qvl.io/promplot go: - - 1.8.1 + - 1.9 os: - linux - osx diff --git a/goreleaser.yml b/goreleaser.yml index ff7f466..2fda355 100644 --- a/goreleaser.yml +++ b/goreleaser.yml @@ -1,5 +1,3 @@ -homepage: &homepage https://qvl.io/promplot -description: &description Create plots from Prometheus metrics and send them to you build: goos: - windows @@ -28,13 +26,13 @@ brew: owner: qvl name: homebrew-tap folder: Formula - homepage: *homepage - description: *description + homepage: https://qvl.io/promplot + description: Create plots from Prometheus metrics and send them to you fpm: - homepage: *homepage - description: *description + homepage: https://qvl.io/promplot + description: Create plots from Prometheus metrics and send them to you maintainer: Jorin Vogel license: MIT - vendor: GoReleaser + vendor: qvl formats: - deb