Travis-ci: added support for ppc64le & update go 1.12 to 1.15
This commit is contained in:
parent
d8f796af33
commit
a413067f3c
12
.travis.yml
12
.travis.yml
|
@ -1,12 +1,14 @@
|
|||
language: go
|
||||
arch:
|
||||
- AMD64
|
||||
- ppc64le
|
||||
go_import_path: github.com/davecgh/go-spew
|
||||
go:
|
||||
- 1.6.x
|
||||
- 1.7.x
|
||||
- 1.8.x
|
||||
- 1.9.x
|
||||
- 1.10.x
|
||||
- 1.11.x
|
||||
- 1.12.x
|
||||
- 1.13.x
|
||||
- 1.14.x
|
||||
- 1.15.x
|
||||
- tip
|
||||
sudo: false
|
||||
install:
|
||||
|
|
Loading…
Reference in New Issue