Skip to content

Commit

Permalink
Merge pull request #93 from mkevanz/mkevanz/v1.x/upgrade-prom-client
Browse files Browse the repository at this point in the history
Upgrade v1.X Prometheus client
  • Loading branch information
eiginn authored Jan 13, 2020
2 parents ce99e28 + 1e4cb1d commit e872f72
Show file tree
Hide file tree
Showing 7,291 changed files with 215,612 additions and 1,876,392 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
11 changes: 4 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,21 @@ language: go
dist: trusty
sudo: false
go:
- 1.9.x
- 1.10.x
- 1.11.x
install:
- go get github.com/Masterminds/glide
- 1.12.x
script:
- go test -v $(glide nv)
- GOFLAGS=-mod=vendor go test -v ./...

jobs:
include:
- stage: Cross-Build
go: 1.9.x
go: 1.12.x
env:
- CGO_ENABLED=0
script:
- export SOURCE_DATE_EPOCH=$(git show -s --format=%ci ${TRAVIS_TAG:-${TRAVIS_COMMIT}})
- go get github.com/mitchellh/gox
- gox -output="{{.Dir}}-{{.OS}}-{{.Arch}}-${TRAVIS_TAG:-${TRAVIS_COMMIT}}" -os='darwin dragonfly freebsd linux netbsd openbsd solaris' -osarch='!dragonfly/386 !darwin/arm64 !darwin/arm !linux/mips !linux/mipsle' -gcflags="-trimpath=${GOPATH}" ./cmd/certmgr/...
- GOFLAGS=-mod=vendor gox -output="{{.Dir}}-{{.OS}}-{{.Arch}}-${TRAVIS_TAG:-${TRAVIS_COMMIT}}" -os='darwin dragonfly freebsd linux netbsd openbsd solaris' -osarch='!dragonfly/386 !darwin/arm64 !darwin/arm !linux/mips !linux/mipsle' -gcflags="-trimpath=${GOPATH}" ./cmd/certmgr/...
- for i in certmgr-*; do tar --mtime="${SOURCE_DATE_EPOCH}" --owner=0 --group=0 --numeric-owner -c $i | gzip -n - > $i.tar.gz; done
- shasum -a 512 certmgr-*.tar.gz | tee sha512sum.txt
deploy:
Expand Down
218 changes: 0 additions & 218 deletions glide.lock

This file was deleted.

Loading

0 comments on commit e872f72

Please sign in to comment.