Skip to content

Commit

Permalink
fix ci test
Browse files Browse the repository at this point in the history
  • Loading branch information
AbericYang committed Sep 20, 2019
1 parent 9e22855 commit 32908a3
Show file tree
Hide file tree
Showing 174 changed files with 35,565 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,14 @@ before_install:
- go get github.com/go-playground/overalls # overalls能够支持到各级子目录
- go get github.com/mattn/goveralls # 是coveralls对golang的测试覆盖率支持命令
- go get github.com/smartystreets/goconvey # 测试工具
- go get github.com/ethereum/go-ethereum
- go get github.com/btcsuite/btcd
- go get github.com/dgrijalva/jwt-go
- go get github.com/robfig/cron
- go get golang.org/x/crypto/sha3

script:
- make checkTravis

go:
- 1.8.x
- 1.9.x
- 1.10.x
- 1.11.x
- 1.12.x
- master
16 changes: 16 additions & 0 deletions vendor/github.com/btcsuite/btcd/LICENSE

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

68 changes: 68 additions & 0 deletions vendor/github.com/btcsuite/btcd/btcec/README.md

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

Loading

0 comments on commit 32908a3

Please sign in to comment.