test_travis
Martin Holst Swende 2 months ago
parent 073d4deea6
commit a71587182f
No known key found for this signature in database
GPG Key ID: 683B438C05A5DDF0
  1. 2
      .travis.yml

@ -7,6 +7,7 @@ jobs:
- stage: build
if: type = push
os: linux
go: 1.21.1
arch: arm64
git:
submodules: false # avoid cloning ethereum/tests
@ -17,6 +18,7 @@ jobs:
- stage: build
if: type = push
os: linux
go: 1.21.1
arch: arm64
dist: focal
git:

Loading…
Cancel
Save