Update travis config

Signed-off-by: Rui Chen <chenrui333@gmail.com>
This commit is contained in:
Rui Chen
2020-01-20 19:04:05 -05:00
parent ff67807a59
commit 7817074322

View File

@@ -1,7 +1,8 @@
dist: bionic
language: go language: go
go: go:
- "1.12.x" - "1.13.x"
install: install:
# Don't change local go.{mod, sum} by go get tools. # Don't change local go.{mod, sum} by go get tools.
@@ -13,9 +14,6 @@ install:
before_script: before_script:
- pushd ..; git clone https://github.com/containerd/project; popd - pushd ..; git clone https://github.com/containerd/project; popd
env:
GO111MODULE=on
script: script:
- DCO_VERBOSITY=-q ../project/script/validate/dco - DCO_VERBOSITY=-q ../project/script/validate/dco
- ../project/script/validate/fileheader ../project/ - ../project/script/validate/fileheader ../project/