gosec/.travis.yml
2017-12-13 16:38:15 +10:00

14 lines
358 B
YAML

language: go
before_script:
- go vet $(go list ./... | grep -v /vendor/)
go:
- 1.5
- tip
install:
- go get -v github.com/onsi/ginkgo/ginkgo
- go get -v github.com/onsi/gomega
- go get -v -t ./...
- export PATH=$PATH:$HOME/gopath/bin
script: ginkgo -r --randomizeAllSpecs --randomizeSuites --failOnPending --cover --trace --race --compilers=2