Skip to content

Commit

Permalink
Merge branch 'hotfix/v2.0.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
ddspog committed May 9, 2018
2 parents ab6521e + 2ae292f commit 7b5d60a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,12 @@ install:
- cd src/github.com/globalsign/
- git clone https://github.com/ddspog/mgo.git
- cd mgo/
- go get ./...
- cd $GOPATH/src/github.com/ddspog/mongo/
- go get ./...
- go get github.com/ddspog/mspec
- go get github.com/comail/colog
- go get golang.org/x/net
- go get gopkg.in/check.v1
- go get gopkg.in/tomb.v2
beforeScript:
- sleep 15
script:
Expand Down
1 change: 0 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ require (
github.com/comail/colog v0.0.0-20160416085026-fba8e7b1f46c
github.com/ddspog/mspec v0.0.0-20171223200924-278d82c842e9
github.com/globalsign/mgo v0.0.0-20180424091348-efe0945164a7
github.com/golang/mock v1.1.1
golang.org/x/net v0.0.0-20180502164142-640f4622ab69
gopkg.in/check.v1 v1.0.0-20161208181325-20d25e280405
gopkg.in/tomb.v2 v2.0.0-20161208151619-d5d1b5820637
Expand Down

0 comments on commit 7b5d60a

Please sign in to comment.