mirror of
https://github.com/LBRYFoundation/lbcutil.git
synced 2025-08-23 17:47:30 +00:00
Update travis to test against golang 1.7 (#80)
This commit is contained in:
parent
6906ba090e
commit
68e5965458
1 changed files with 3 additions and 5 deletions
|
@ -1,13 +1,11 @@
|
||||||
language: go
|
language: go
|
||||||
go:
|
go:
|
||||||
- 1.5.3
|
- 1.6.3
|
||||||
- 1.6
|
- 1.7
|
||||||
sudo: false
|
sudo: false
|
||||||
before_install:
|
|
||||||
- gotools=golang.org/x/tools
|
|
||||||
install:
|
install:
|
||||||
- go get -d -t -v ./...
|
- go get -d -t -v ./...
|
||||||
- go get -v $gotools/cmd/cover
|
- go get -v golang.org/x/tools/cmd/cover
|
||||||
- go get -v github.com/bradfitz/goimports
|
- go get -v github.com/bradfitz/goimports
|
||||||
- go get -v github.com/golang/lint/golint
|
- go get -v github.com/golang/lint/golint
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Add table
Reference in a new issue