Merge pull request #635 from mikebrow/travis-golang-fix
fix travis golang issue
This commit is contained in:
commit
f8fa536ff7
@ -31,14 +31,14 @@ before_script:
|
||||
jobs:
|
||||
include:
|
||||
- stage: Build
|
||||
- script:
|
||||
script:
|
||||
- make install.tools
|
||||
- make .gitvalidation
|
||||
- make binaries
|
||||
- make containerd
|
||||
go: "1.10"
|
||||
- stage: Test
|
||||
- script:
|
||||
script:
|
||||
- make install.deps
|
||||
- make test
|
||||
- make test-integration
|
||||
|
Loading…
Reference in New Issue
Block a user