Skip to content

Commit

Permalink
ci: disable lint on travis (ethereum#28706)
Browse files Browse the repository at this point in the history
  • Loading branch information
holiman authored and Doozers committed Dec 22, 2023
1 parent 3439033 commit 9252f8e
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 9252f8e

Please sign in to comment.