Skip to content

Commit 435bed5

Browse files
authored
ci: disable lint on travis (#28706)
1 parent 5a9dda6 commit 435bed5

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.travis.yml

-12
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,6 @@ jobs:
99
- azure-osx
1010

1111
include:
12-
# This builder only tests code linters on latest version of Go
13-
- stage: lint
14-
os: linux
15-
dist: bionic
16-
go: 1.21.x
17-
env:
18-
- lint
19-
git:
20-
submodules: false # avoid cloning ethereum/tests
21-
script:
22-
- GOGC=10 go run build/ci.go lint
23-
2412
# These builders create the Docker sub-images for multi-arch push and each
2513
# will attempt to push the multi-arch image if they are the last builder
2614
- stage: build

0 commit comments

Comments
 (0)