ci: disable lint on travis

This commit is contained in:
Martin Holst Swende 2023-12-19 10:15:44 +01:00
parent 5a9dda64ce
commit 62d2ff3724
No known key found for this signature in database
GPG key ID: 683B438C05A5DDF0

View file

@ -9,18 +9,6 @@ jobs:
- azure-osx - azure-osx
include: 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 # 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 # will attempt to push the multi-arch image if they are the last builder
- stage: build - stage: build