Merge pull request #664 from chavafg/topic/travis-static-checks

travis: Add variable needed to run static checks
This commit is contained in:
Frank Cao
2018-08-30 10:21:03 +08:00
committed by GitHub

View File

@@ -17,6 +17,9 @@ go_import_path: github.com/kata-containers/runtime
go:
- "1.10.x"
env:
- target_branch=$TRAVIS_BRANCH
before_script:
- ".ci/static-checks.sh"