gosec/.travis.yml
Grant Murphy d452dcb20d Fix ginko invocation
The tests are running extremely slow at the moment, and these extra
options add to the problem.
2018-01-05 21:55:06 +10:00

14 lines
267 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