asdf-golang/.travis.yml

18 lines
430 B
YAML
Raw Normal View History

language: bash
script:
- asdf plugin test golang $TRAVIS_BUILD_DIR --asdf-plugin-gitref $TRAVIS_COMMIT go version
2016-08-30 09:59:29 +08:00
before_script:
- if [ $TRAVIS_OS_NAME = linux ]; then sudo apt-get install -y bsdmainutils; fi
2016-08-30 09:59:29 +08:00
- 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