From fd7b299442c95e6d3a870aefa51b04f38b2c70e2 Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Fri, 26 Feb 2021 06:25:08 +0330 Subject: added a health endpoint. change endpoint name to alert. added a health endpoint.maybe a travis fix? --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 772421d..f0314d1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,6 @@ language: go +go: + - 1.15 env: matrix: - DOCKER_COMPOSE_VERSION=1.25.0 @@ -11,5 +13,6 @@ services: before_install: - docker pull redis:6.2-alpine install: -- docker build -t hived ./ && docker-compose -f ./docker-compose-travis.yaml up -d +# - docker build -t hived ./ && docker-compose -f ./docker-compose-travis.yaml up -d # - "./test/endpoints.sh" + - go build -- cgit v1.2.3