mirror of
https://github.com/rancher/plugins.git
synced 2025-10-21 16:05:27 +00:00
15 lines
177 B
YAML
15 lines
177 B
YAML
![]() |
language: go
|
||
|
matrix:
|
||
|
include:
|
||
|
- go: 1.4
|
||
|
env: TOOLS_CMD=golang.org/x/tools/cmd
|
||
|
|
||
|
install:
|
||
|
- go get ${TOOLS_CMD}/vet
|
||
|
|
||
|
script:
|
||
|
- ./test
|
||
|
|
||
|
notifications:
|
||
|
email: false
|