Files
plugins/.travis.yml

15 lines
177 B
YAML
Raw Normal View History

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