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

Commit

Permalink
Merge pull request #655 from chavafg/topic/backport-travis-fix
Browse files Browse the repository at this point in the history
CI: Make Travis call common setup
  • Loading branch information
GabyCT authored Oct 8, 2019
2 parents 912748e + 45195d7 commit c5e5311
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,12 @@ go_import_path: github.com/kata-containers/agent
env:
- target_branch=$TRAVIS_BRANCH

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

before_install:
- sudo apt-get update -qq
- sudo apt-get install -y -qq automake
- sudo apt-get install -y moreutils
- ".ci/setup.sh"

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

install:
- cd ${TRAVIS_BUILD_DIR} && make
Expand Down

0 comments on commit c5e5311

Please sign in to comment.