From 12c66e2681abd0f8bb2d48e709cfe9c7fb3b7327 Mon Sep 17 00:00:00 2001 From: Nabeel Shahzad Date: Wed, 8 May 2019 11:03:52 -0500 Subject: [PATCH] Install 'artifacts' from the shell script --- .travis.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index cb7b123b..ac42c469 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,8 +36,8 @@ jobs: include: - stage: package script: skip - #before_deploy: - # - curl -sL https://raw.githubusercontent.com/travis-ci/artifacts/master/install | bash + before_deploy: + - curl -sL https://raw.githubusercontent.com/travis-ci/artifacts/6b10798/install | bash # Configure the conditional deployment # https://docs.travis-ci.com/user/deployment/#examples-of-conditional-deployment deploy: @@ -49,7 +49,7 @@ jobs: - stage: release script: skip before_deploy: - #- curl -sL https://raw.githubusercontent.com/travis-ci/artifacts/master/install | bash + - curl -sL https://raw.githubusercontent.com/travis-ci/artifacts/6b10798/install | bash - ./.travis/deploy_script.sh deploy: provider: releases @@ -62,6 +62,3 @@ jobs: tags: true repo: nabeelio/phpvms php: '7.2' - -addons: - artifacts: true