Skip to content

Commit

Permalink
ci: disable lint on travis (#28706)
Browse files Browse the repository at this point in the history
  • Loading branch information
holiman committed Dec 19, 2023
1 parent 5a9dda6 commit 435bed5
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,6 @@ jobs:
- azure-osx

include:
# This builder only tests code linters on latest version of Go
- stage: lint
os: linux
dist: bionic
go: 1.21.x
env:
- lint
git:
submodules: false # avoid cloning ethereum/tests
script:
- GOGC=10 go run build/ci.go lint

# These builders create the Docker sub-images for multi-arch push and each
# will attempt to push the multi-arch image if they are the last builder
- stage: build
Expand Down

0 comments on commit 435bed5

Please sign in to comment.