From 7f4e0b9183f8b015be453ea1bab08eb29b877ecc Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Mon, 12 Dec 2022 18:06:26 +0100 Subject: [PATCH] remove .travis.yml Tests are now running on GitHub actions; unfortunately, that currently means no coverage for ppc64le or arm64 (until GitHub provides runners for those), but this can be looked at once supported. Signed-off-by: Sebastiaan van Stijn --- .travis.yml | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 5dc33495..00000000 --- a/.travis.yml +++ /dev/null @@ -1,22 +0,0 @@ -dist: bionic - -language: go - -arch: - - amd64 - - ppc64le - - arm64 -go: - - 1.15.x - - 1.16.x - - tip - -jobs: - allow_failures: - - go: 'tip' - include: - - arch: amd64 - env: GIMME_ARCH=386 - -script: "make ci" -