mirror of
https://github.com/monitoring-mixins/website.git
synced 2024-12-14 11:37:31 +00:00
remove travis ci config
This commit is contained in:
parent
7ec62a7e5a
commit
c0913a1330
1 changed files with 0 additions and 13 deletions
13
.travis.yml
13
.travis.yml
|
@ -1,13 +0,0 @@
|
|||
---
|
||||
os: linux
|
||||
dist: xenial
|
||||
language: golang
|
||||
go:
|
||||
- 1.13
|
||||
install:
|
||||
- GO111MODULE=off go get -u github.com/myitcv/gobin
|
||||
- gobin github.com/jsonnet-bundler/jsonnet-bundler/cmd/jb@efe0c9e864431e93d5c3376bd5931d0fb9b2a296
|
||||
- gobin github.com/brancz/gojsontoyaml
|
||||
- gobin github.com/google/go-jsonnet/cmd/jsonnet
|
||||
script:
|
||||
- ./generate.sh && git diff --exit-code
|
Loading…
Reference in a new issue