mirror of
https://github.com/securego/gosec.git
synced 2024-12-25 12:05:52 +00:00
update travis-ci to use ginkgo tests
This commit is contained in:
parent
e3b6fd94c2
commit
97cde35f32
1 changed files with 8 additions and 0 deletions
|
@ -4,3 +4,11 @@ before_script:
|
||||||
go:
|
go:
|
||||||
- 1.5
|
- 1.5
|
||||||
- tip
|
- 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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue