Skip to content

Commit

Permalink
Update Gopkg and add test dep to Travis YML
Browse files Browse the repository at this point in the history
  • Loading branch information
trevrosen authored and deadprogram committed May 22, 2019
1 parent 1a91af1 commit 529e71b
Show file tree
Hide file tree
Showing 3 changed files with 144 additions and 25 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ before_install:
- cd $HOME/gopath/src/gobot.io/x/gobot
- go get github.com/axw/gocov/gocov
- go get -u github.com/golang/dep/cmd/dep
- go get -u github.com/stretchr/testify
before_cache:
- rm -f $HOME/fresh-cache
install:
Expand Down
164 changes: 139 additions & 25 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -84,3 +84,7 @@
[[constraint]]
branch = "master"
name = "golang.org/x/net"

[[constraint]]
name = "github.com/stretchr/testify"
version = "1.2.2"

0 comments on commit 529e71b

Please sign in to comment.