Files
kube-prometheus/.travis.yml
2020-08-05 15:50:40 +02:00

22 lines
408 B
YAML

sudo: required
dist: xenial
language: go
go:
- "1.13.x"
go_import_path: github.com/prometheus-operator/kube-prometheus
cache:
directories:
- $GOCACHE
- $GOPATH/pkg/mod
jobs:
include:
- name: Check generated files
script: make --always-make generate && git diff --exit-code
- name: Run tests
script: make --always-make test
- name: Run e2e tests
script: ./tests/e2e/travis-e2e.sh