From 073d4deea6858528527a9083a974054baeed13c4 Mon Sep 17 00:00:00 2001 From: Martin Holst Swende Date: Mon, 30 Sep 2024 08:50:10 +0200 Subject: [PATCH] minimal --- .travis.yml | 27 --------------------------- 1 file changed, 27 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8cca26c13a..eae08eb9c0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,8 +8,6 @@ jobs: if: type = push os: linux arch: arm64 - dist: focal - go: 1.21.13 git: submodules: false # avoid cloning ethereum/tests script: @@ -21,31 +19,6 @@ jobs: os: linux arch: arm64 dist: focal - go: 1.21.x - git: - submodules: false # avoid cloning ethereum/tests - script: - - ls -la /Users/travis/gopath/bin/ - - go version - - - stage: build - if: type = push - os: linux - arch: arm64 - dist: bionic - go: 1.21.13 - git: - submodules: false # avoid cloning ethereum/tests - script: - - ls -la /Users/travis/gopath/bin/ - - go version - - - stage: build - if: type = push - os: linux - arch: arm64 - dist: bionic - go: 1.21.x git: submodules: false # avoid cloning ethereum/tests script: