mirror of https://github.com/statping/statping
travis-ci updates
parent
0c1ff7f7fa
commit
555103f901
2
Makefile
2
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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue