Skip to content

Commit

Permalink
support glide package management
Browse files Browse the repository at this point in the history
Signed-off-by: Bo-Yi Wu <[email protected]>
  • Loading branch information
appleboy committed Jul 22, 2016
1 parent d41a075 commit 23826c4
Show file tree
Hide file tree
Showing 4 changed files with 86 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ _testmain.go
*.exe
*.test
*.prof
vendor
10 changes: 7 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,22 @@ sudo: false
language: go

go:
- 1.3
- 1.4
- 1.5
- 1.6
- 1.6.3
- tip

env:
global:
secure: K+jm8gDKhlfQTrpYc/VXd0BuiY523NfmRmudcRpBrL7+sPpnKE8sOLkjVgp1gXqCNEVW+hj857ZTSDIeBql2lobetL1lVX2sZvdpu+v+Om3lQv0JPUSm+4DtDG06lnaVJoYj3RMMsnKoyYzLqQCIK5JUYiet9+PXAYjPeSijn1aGoSPs26fvoEYGV2RjxZj45GhUgTdtBgG8jWbBXyawD7GmWUPMP4rw9lNbQruNIrh/xxa+yxLXKMEBK+r9FcyRJK3H405zArgjW2n8z/RQ4i0qmUvpKoAbgCD/n5UR7/x+iVQAq46IjD+GTWhsipvaHiNWqhlyhSFt3SEVKt4IJkV8dMpjNvbQJpD3e5DTv3pAFcCcct4+18XM4Cusn6d6TscTcwl/zIadbV/FXmvT3/m5boBFmF34OC2vsEdrXj+DgfjLjgeDoksH4XLwnd+2ovHyiwg8GmWScfcdniqrZO4F+a3O6cUfjjSzayRPE7ohmhmA8yJloHyIUBUYrkbRpSBXYgjM8f3CkNmfYDoHM2meISp5anTWmFDdwDHJMUvznUALTYfy/VttMjNShxrheNzAgEBofD+kHLyy3cq0+ByUAljhVsEO35BzdjPUF38Pv62zIRoCRKJwztB4+P5wfmEb8+1lANbV/kGHYGsbSSQ+uIeEqbEHYptyZh/nrjc=

before_install:
- test -d $GOPATH/bin || mkdir -p $GOPATH/bin
- curl https://glide.sh/get | sh

install:
- go get -t -v ./...
- export GO15VENDOREXPERIMENT=1
- glide install
- go get golang.org/x/tools/cmd/cover
- go get github.com/mattn/goveralls

Expand Down
66 changes: 66 additions & 0 deletions glide.lock

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

12 changes: 12 additions & 0 deletions glide.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
package: github.com/appleboy/gin-status-api
import:
- package: github.com/fvbock/endless
- package: github.com/gin-gonic/gin
- package: gopkg.in/appleboy/gin-status-api.v1
- package: gopkg.in/fukata/golang-stats-api-handler.v1
testImport:
- package: github.com/buger/jsonparser
- package: github.com/stretchr/testify
subpackages:
- assert
- package: gopkg.in/appleboy/gofight.v1

0 comments on commit 23826c4

Please sign in to comment.