Skip to content

Commit

Permalink
remove convey test
Browse files Browse the repository at this point in the history
  • Loading branch information
acoshift committed Aug 20, 2018
1 parent 2f9dd5d commit a7f0ff6
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 68 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ go:

before_install:
- go get github.com/mattn/goveralls
- go get github.com/smartystreets/goconvey
- go get -u github.com/onsi/ginkgo/ginkgo
- go get -u github.com/onsi/gomega/...
- go get github.com/stretchr/testify/mock

script:
- go test -v -covermode=count -coverprofile=profile.cov ./...
Expand Down
12 changes: 12 additions & 0 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,18 @@
name = "gopkg.in/gomail.v2"
version = "2.0.0"

[[constraint]]
name = "github.com/onsi/ginkgo"
version = "1.6.0"

[[constraint]]
name = "github.com/onsi/gomega"
version = "1.4.1"

[[constraint]]
name = "github.com/stretchr/testify"
branch = "master"

[prune]
non-go = true
go-tests = true
Expand Down
64 changes: 0 additions & 64 deletions context/appctx/appctx_test.go

This file was deleted.

0 comments on commit a7f0ff6

Please sign in to comment.