1
0
mirror of https://github.com/securego/gosec.git synced 2025-01-18 02:58:22 +02:00
gosec/.travis.yml
Cosmin Cojocar a7cdd9cd8d Add ssh package to the build
The ssh package is not part of the standard library in go 1.5.
2018-02-07 10:10:34 +01:00

16 lines
305 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 golang.org/x/crypto/ssh
- go get -v -t ./...
- export PATH=$PATH:$HOME/gopath/bin
script: ginkgo -r