Travis-ci: added support for ppc64le & update go 1.12 to 1.15

This commit is contained in:
Devendranath Thadi 2020-12-02 06:22:30 +00:00
parent d8f796af33
commit a413067f3c
1 changed files with 7 additions and 5 deletions

View File

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