mirror of
https://github.com/rancher/plugins.git
synced 2025-09-20 02:43:03 +00:00
go.mod: github.com/mattn/go-shellwords v1.0.11
adds go module support, among others Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
14
vendor/github.com/mattn/go-shellwords/.travis.yml
generated
vendored
14
vendor/github.com/mattn/go-shellwords/.travis.yml
generated
vendored
@@ -1,8 +1,16 @@
|
||||
arch:
|
||||
- amd64
|
||||
- ppc64le
|
||||
language: go
|
||||
sudo: false
|
||||
go:
|
||||
- tip
|
||||
|
||||
before_install:
|
||||
- go get github.com/mattn/goveralls
|
||||
- go get golang.org/x/tools/cmd/cover
|
||||
- go get -t -v ./...
|
||||
|
||||
script:
|
||||
- $HOME/gopath/bin/goveralls -repotoken 2FMhp57u8LcstKL9B190fLTcEnBtAAiEL
|
||||
- ./go.test.sh
|
||||
|
||||
after_success:
|
||||
- bash <(curl -s https://codecov.io/bash)
|
||||
|
Reference in New Issue
Block a user