Update go version to fix strings.ReplaceAll issue (issue 132). Add support to ppc64le

pull/135/head
gururajrkatti 4 years ago committed by Gururaj R Katti
parent b654366740
commit f1d2404109

@ -1,11 +1,15 @@
language: go
go:
- 1.10.x
- 1.12.x #Update go version
- tip
os:
- linux
# remove osx, getting vm from travis is extremely slow
# - osx
arch:
- amd64
- ppc64le
env:
- "PATH=/home/travis/gopath/bin:$PATH"
script:

Loading…
Cancel
Save