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"