Merge a413067f3c
into d8f796af33
This commit is contained in:
commit
012ac76e14
12
.travis.yml
12
.travis.yml
|
@ -1,12 +1,14 @@
|
||||||
language: go
|
language: go
|
||||||
|
arch:
|
||||||
|
- AMD64
|
||||||
|
- ppc64le
|
||||||
go_import_path: github.com/davecgh/go-spew
|
go_import_path: github.com/davecgh/go-spew
|
||||||
go:
|
go:
|
||||||
- 1.6.x
|
|
||||||
- 1.7.x
|
|
||||||
- 1.8.x
|
|
||||||
- 1.9.x
|
|
||||||
- 1.10.x
|
|
||||||
- 1.11.x
|
- 1.11.x
|
||||||
|
- 1.12.x
|
||||||
|
- 1.13.x
|
||||||
|
- 1.14.x
|
||||||
|
- 1.15.x
|
||||||
- tip
|
- tip
|
||||||
sudo: false
|
sudo: false
|
||||||
install:
|
install:
|
||||||
|
|
Loading…
Reference in New Issue