Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Commit

Permalink
CI: Run .ci/setup.sh from tests repo
Browse files Browse the repository at this point in the history
This will install correct dependencies for running
static checks.

Fixes: #1844.

Signed-off-by: Salvador Fuentes <[email protected]>
  • Loading branch information
chavafg committed Jul 1, 2019
1 parent 3a45481 commit 963db61
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 963db61

Please sign in to comment.