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

Commit

Permalink
CI: travis: call yq installer
Browse files Browse the repository at this point in the history
Install `yq` before running the tests.
The Makefile now uses `yq` to check the golang version against
the versions file.

Signed-off-by: Graham Whaley <graham.whaley@intel.com>
  • Loading branch information
Graham Whaley committed Oct 30, 2018
1 parent cbf7fb2 commit eaa5c7a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,15 @@ go:
env:
- target_branch=$TRAVIS_BRANCH

before_install:
- sudo apt update -y -qq
- sudo apt install -y -qq curl # for yq installer

before_script:
- ".ci/static-checks.sh"

install:
- cd ${TRAVIS_BUILD_DIR}
- ".ci/install-yq.sh"
- make
- sudo -E PATH=$PATH make install

0 comments on commit eaa5c7a

Please sign in to comment.