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

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"