fix travis golang issue
Signed-off-by: Mike Brown <brownwm@us.ibm.com>
This commit is contained in:
parent
ba6503870f
commit
8364abc0f3
@ -31,14 +31,14 @@ before_script:
|
|||||||
jobs:
|
jobs:
|
||||||
include:
|
include:
|
||||||
- stage: Build
|
- stage: Build
|
||||||
- script:
|
script:
|
||||||
- make install.tools
|
- make install.tools
|
||||||
- make .gitvalidation
|
- make .gitvalidation
|
||||||
- make binaries
|
- make binaries
|
||||||
- make containerd
|
- make containerd
|
||||||
go: "1.10"
|
go: "1.10"
|
||||||
- stage: Test
|
- stage: Test
|
||||||
- script:
|
script:
|
||||||
- make install.deps
|
- make install.deps
|
||||||
- make test
|
- make test
|
||||||
- make test-integration
|
- make test-integration
|
||||||
|
Loading…
Reference in New Issue
Block a user