mirror of https://github.com/spf13/afero.git
Merge pull request #271 from sreekanth370/master
Added power support for the travis.yml file with ppc64le.
This commit is contained in:
commit
6c0630556d
|
@ -1,5 +1,8 @@
|
||||||
sudo: false
|
sudo: false
|
||||||
language: go
|
language: go
|
||||||
|
arch:
|
||||||
|
- amd64
|
||||||
|
- ppc64e
|
||||||
|
|
||||||
go:
|
go:
|
||||||
- "1.13"
|
- "1.13"
|
||||||
|
|
Loading…
Reference in New Issue