Merge pull request #135 from gururajrkatti/master

Update go version to fix strings.ReplaceAll issue (issue 132).
master
Adam Tauber 3 years ago committed by GitHub
commit 66176b6ef8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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