From c947e76a54c4fd1bcdb94bbe4f38ade068d0dc60 Mon Sep 17 00:00:00 2001 From: David Edwards Date: Thu, 23 Jan 2020 15:56:39 +0000 Subject: [PATCH] Add install skips to company release stage Not necessary to re-build packaging as we just want to copy from our s3 buckets --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index e3d570a0c..f0d1f75aa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -108,5 +108,6 @@ jobs: # only on master branch if: branch = master AND commit_message !~ /\[no-release\]/ name: "Copy to S3 Release" + install: skip script: - travis_wait 30 echo "This is the Copy to S3 Release stage" \ No newline at end of file