From b308273fb3793b7f3dbfdde55d4bc6a41dbf007a Mon Sep 17 00:00:00 2001 From: Jaime Pillora Date: Sun, 8 Apr 2018 01:59:39 +1000 Subject: [PATCH] docs: fix insecure pipe to bash (#634) --- docs/140-ci.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/140-ci.md b/docs/140-ci.md index a35bdddf5..3d0bd55ee 100644 --- a/docs/140-ci.md +++ b/docs/140-ci.md @@ -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