parent
85df63c416
commit
6a4a178e14
1 changed files with 8 additions and 9 deletions
17
.travis.yml
17
.travis.yml
|
|
@ -9,16 +9,15 @@ go:
|
||||||
install:
|
install:
|
||||||
- go get github.com/gpmgo/gopm
|
- go get github.com/gpmgo/gopm
|
||||||
- gopm list -v
|
- gopm list -v
|
||||||
- gopm get -v -g -u
|
- go get github.com/astaxie/beego
|
||||||
|
- go get github.com/deluan/itl
|
||||||
|
- go get github.com/siddontang/ledisdb/ledis
|
||||||
|
- go get github.com/karlkfi/inject
|
||||||
- go get github.com/smartystreets/goconvey
|
- go get github.com/smartystreets/goconvey
|
||||||
# - go get github.com/astaxie/beego
|
- go get github.com/dhowden/tag
|
||||||
# - go get github.com/deluan/itl
|
- go get github.com/nfnt/resize
|
||||||
# - go get github.com/siddontang/ledisdb/ledis
|
- go get github.com/kennygrant/sanitize
|
||||||
# - go get github.com/karlkfi/inject
|
- go get github.com/deluan/gomate
|
||||||
# - go get github.com/dhowden/tag
|
|
||||||
# - go get github.com/nfnt/resize
|
|
||||||
# - go get github.com/kennygrant/sanitize
|
|
||||||
# - go get github.com/deluan/gomate
|
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- go test ./...
|
- go test ./...
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue