Skip to content

Commit

Permalink
Merge pull request kata-containers#343 from chavafg/topic/travis-stat…
Browse files Browse the repository at this point in the history
…ic-checks

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 sign in to comment.