Update travis config
Signed-off-by: Rui Chen <chenrui333@gmail.com>
This commit is contained in:
parent
ff67807a59
commit
7817074322
@ -1,7 +1,8 @@
|
||||
dist: bionic
|
||||
language: go
|
||||
|
||||
go:
|
||||
- "1.12.x"
|
||||
- "1.13.x"
|
||||
|
||||
install:
|
||||
# Don't change local go.{mod, sum} by go get tools.
|
||||
@ -13,9 +14,6 @@ install:
|
||||
before_script:
|
||||
- pushd ..; git clone https://github.com/containerd/project; popd
|
||||
|
||||
env:
|
||||
GO111MODULE=on
|
||||
|
||||
script:
|
||||
- DCO_VERBOSITY=-q ../project/script/validate/dco
|
||||
- ../project/script/validate/fileheader ../project/
|
||||
|
Loading…
Reference in New Issue
Block a user