From 963db61cb35ad1d0e78ff4a057a701368ad2507f Mon Sep 17 00:00:00 2001 From: Salvador Fuentes Date: Mon, 1 Jul 2019 16:24:51 -0500 Subject: [PATCH] CI: Run .ci/setup.sh from tests repo This will install correct dependencies for running static checks. Fixes: #1844. Signed-off-by: Salvador Fuentes --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3a363e2a1b..d65771fdc6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,8 +21,7 @@ env: - target_branch=$TRAVIS_BRANCH before_install: - - sudo apt update -y -qq - - sudo apt install -y -qq curl # for yq installer + - ".ci/setup.sh" before_script: - ".ci/static-checks.sh"