Replace Travis with Github Actions

This commit is contained in:
Kenny Parnell 2021-11-17 11:42:24 -05:00
parent 16711481cb
commit d2660cee3b
No known key found for this signature in database
GPG Key ID: 8B0A18B90F711788
2 changed files with 1 additions and 18 deletions

View File

@ -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

View File

@ -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)