Merge pull request #55 from fuweid/me-test-vendor-check
.travis: don't call go get if there is go.mod
This commit is contained in:
		| @@ -4,9 +4,11 @@ go: | ||||
|   - "1.12.x" | ||||
|  | ||||
| install: | ||||
|   - go get -u github.com/vbatts/git-validation | ||||
|   - go get -u github.com/kunalkushwaha/ltag | ||||
|   - go get -t ./... | ||||
|   # Don't change local go.{mod, sum} by go get tools. | ||||
|   # | ||||
|   # ref: https://github.com/golang/go/issues/27643 | ||||
|   - pushd ..; go get -u github.com/vbatts/git-validation; popd | ||||
|   - pushd ..; go get -u github.com/kunalkushwaha/ltag; popd | ||||
|  | ||||
| before_script: | ||||
|   - pushd ..; git clone https://github.com/containerd/project; popd | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Phil Estes
					Phil Estes