CI: Run .ci/setup.sh from tests repo

This will install correct dependencies for running
static checks.

Fixes: #1844.

Signed-off-by: Salvador Fuentes <salvador.fuentes@intel.com>
This commit is contained in:
Salvador Fuentes 2019-07-01 16:24:51 -05:00
parent 3a454814e3
commit 963db61cb3

View File

@ -21,8 +21,7 @@ env:
- target_branch=$TRAVIS_BRANCH - target_branch=$TRAVIS_BRANCH
before_install: before_install:
- sudo apt update -y -qq - ".ci/setup.sh"
- sudo apt install -y -qq curl # for yq installer
before_script: before_script:
- ".ci/static-checks.sh" - ".ci/static-checks.sh"