mirror of
https://github.com/shopspring/decimal.git
synced 2024-11-22 20:40:48 +01:00
Back out travis lint as it breaks old versions of go
This commit is contained in:
parent
2aa9963045
commit
9f5251621e
1 changed files with 0 additions and 4 deletions
|
@ -6,12 +6,8 @@ go:
|
||||||
- 1.4
|
- 1.4
|
||||||
- tip
|
- tip
|
||||||
|
|
||||||
before_install:
|
|
||||||
- go get github.com/golang/lint/golint
|
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- go build .
|
- go build .
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- go test -v
|
- go test -v
|
||||||
- golint
|
|
||||||
|
|
Loading…
Reference in a new issue