From d962f8fd69232076c14d6cd08ff5f0d9bac6e604 Mon Sep 17 00:00:00 2001 From: Martin Holst Swende Date: Fri, 20 Sep 2024 13:37:42 +0200 Subject: [PATCH] also test osx --- .travis.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.travis.yml b/.travis.yml index e1d1635cf9..989c97dab2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,3 +36,15 @@ jobs: script: - go version + + - stage: build + if: type = push + os: osx + osx_image: xcode14.2 + go: 1.23.x + env: + - azure-osx + git: + submodules: false # avoid cloning ethereum/tests + script: + - go version