From d2660cee3b7cbe9360b9fe2004dc327abacf89e9 Mon Sep 17 00:00:00 2001 From: Kenny Parnell Date: Wed, 17 Nov 2021 11:42:24 -0500 Subject: [PATCH] Replace Travis with Github Actions --- .travis.yml | 17 ----------------- README.md | 2 +- 2 files changed, 1 insertion(+), 18 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 6979788..0000000 --- a/.travis.yml +++ /dev/null @@ -1,17 +0,0 @@ -language: bash -script: - - asdf plugin test golang $TRAVIS_BUILD_DIR --asdf-plugin-gitref $TRAVIS_COMMIT go version -before_script: - - if [ $TRAVIS_OS_NAME = linux ]; then sudo apt-get install -y bsdmainutils; fi - - git clone https://github.com/asdf-vm/asdf.git - - . asdf/asdf.sh -matrix: - include: - - os: linux - arch: amd64 - - os: linux - arch: ppc64le - - os: linux - arch: arm64 - - os: osx - arch: amd64 diff --git a/README.md b/README.md index e8f2a5e..772054b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # asdf-golang -[![Build Status](https://app.travis-ci.com/kennyp/asdf-golang.svg?branch=master)](https://app.travis-ci.com/kennyp/asdf-golang) +[![CI](https://github.com/kennyp/asdf-golang/actions/workflows/main.yml/badge.svg)](https://github.com/kennyp/asdf-golang/actions/workflows/main.yml) golang plugin for [asdf version manager](https://github.com/asdf-vm/asdf)