Merge pull request #1845 from chavafg/topic/travis_run_setup

CI: Run .ci/setup.sh from tests repo
This commit is contained in:
Jose Carlos Venegas Munoz 2019-07-01 17:46:55 -05:00 committed by GitHub
commit 024a87419e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"