1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-10 03:47:03 +02:00

docs: fix insecure pipe to bash (#634)

This commit is contained in:
Jaime Pillora 2018-04-08 01:59:39 +10:00 committed by Carlos Alexandro Becker
parent 5a72317a01
commit b308273fb3

View File

@ -40,7 +40,7 @@ services:
deploy:
- provider: script
skip_cleanup: true
script: curl -sL http://git.io/goreleaser | bash
script: curl -sL https://git.io/goreleaser | bash
on:
tags: true
condition: $TRAVIS_OS_NAME = linux