From f1d2404109a16396d3fb6ac8c61d141f9216bd42 Mon Sep 17 00:00:00 2001 From: gururajrkatti <74309971+gururajrkatti@users.noreply.github.com> Date: Mon, 23 Nov 2020 12:01:30 +0530 Subject: [PATCH] Update go version to fix strings.ReplaceAll issue (issue 132). Add support to ppc64le --- .travis.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d6851f4..fa3b99d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: