From d0995d8b88a23c49345027029d26e08c6733c846 Mon Sep 17 00:00:00 2001 From: Stuart Taylor Date: Fri, 15 Feb 2019 16:11:33 +0530 Subject: [PATCH] fix: skip install and before script Co-Authored-By: raisedadead <1884376+raisedadead@users.noreply.github.com> --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index a8baf55b71..111e85fbd5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,4 +29,6 @@ jobs: - stage: Artifacts builds if: branch = master && type != pull_request script: bash tools/ci-scripts/trigger-build.sh + install: skip + before_script: skip