From 555103f90191945048eca420d181159398bd0e3b Mon Sep 17 00:00:00 2001 From: Hunter Long Date: Wed, 18 Mar 2020 21:05:59 -0700 Subject: [PATCH] travis-ci updates --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 12f03e47..069e65bf 100644 --- a/Makefile +++ b/Makefile @@ -179,7 +179,7 @@ coverage: test-deps $(GOPATH)/bin/goveralls -coverprofile=coverage.out -service=travis -repotoken $(COVERALLS) # build Statping using a travis ci trigger -travis-build: travis_s3_creds upload_to_s3 +travis-build: travis_s3_creds curl -s -X POST -H "Content-Type: application/json" -H "Accept: application/json" -H "Travis-API-Version: 3" -H "Authorization: token $(TRAVIS_API)" -d $(TRAVIS_BUILD_CMD) https://api.travis-ci.com/repo/statping%2Fstatping/requests curl -H "Content-Type: application/json" --data '{"docker_tag": "latest"}' -X POST $(DOCKER)