Skip to content

Commit

Permalink
gochat
Browse files Browse the repository at this point in the history
  • Loading branch information
LockGit committed Nov 4, 2019
1 parent e208301 commit 465af83
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ env:
global:
GO111MODULE: "on"

before_script:
- go get -tags "etcd" -v github.com/smallnest/rpcx/...

script: true
script:
- go get -v -t -tags "etcd" ./...



0 comments on commit 465af83

Please sign in to comment.