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 #343 from chavafg/topic/travis-static-checks
Browse files Browse the repository at this point in the history
travis: Add variable needed to run static checks and bump golang version
  • Loading branch information
jodh-intel authored Aug 30, 2018
2 parents cdc68ec + 157f1c1 commit 5765593
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ language: go
go_import_path: github.com/kata-containers/agent

go:
- 1.8
- "1.10.x"

env:
- target_branch=$TRAVIS_BRANCH

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

0 comments on commit 5765593

Please # to comment.