Disables linting
This commit is contained in:
parent
b5c41e90e4
commit
0acb7550ba
|
@ -1,9 +1,6 @@
|
||||||
language: go
|
language: go
|
||||||
|
|
||||||
go:
|
go:
|
||||||
- 1.2
|
|
||||||
- 1.3
|
|
||||||
- 1.4
|
|
||||||
- 1.5
|
- 1.5
|
||||||
- 1.6
|
- 1.6
|
||||||
- tip
|
- tip
|
||||||
|
@ -13,5 +10,5 @@ install:
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- ./script/test
|
- ./script/test
|
||||||
- ./script/lint
|
# - ./script/lint
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user