alertmanager/.travis.yml
Simon Pasquier d2bc742474 *: support Go modules
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2018-11-20 16:09:40 +01:00

21 lines
325 B
YAML

sudo: false
language: go
services:
- docker
# Whenever the Go version is updated here, .circleci/config.yml and .promu.yml
# should also be updated.
go:
- 1.11.x
script:
# test front-end
- make clean
- cd ui/app/ && make && cd ../..
- make assets apiv2
- git diff --exit-code
# test back-end
- make
- git diff --exit-code