asdf-golang/.travis.yml
Trung Lê b93b58b69e Support ppc64le architecture (#26)
* Support ppc64le version of Go

* Mention about ppc64le architecture in the README

* Test multi-arch on Travis CI

* Use commit SHA for plugin-gitref
2020-01-27 17:41:36 -05:00

16 lines
410 B
YAML

language: c
script: asdf plugin test golang . --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