I have a strange behavior of Travis CI for Linux.
https://github.com/herumi/test-travis-release is a sample of it.
make test
runs well in my local environments such as Ubuntu 18.04.4 LTS + go1.13.4(14.1) and macOS 10.14.
But it fails only on Travis CI for Linux (It runs well on Travis CI for macOS).
https://travis-ci.org/github/herumi/test-travis-release/builds/667614744
bls/bls.go:15:105: cannot use (*[8]_Ctype_char)(unsafe.Pointer(&buf[0])) (type *[8]_Ctype_char) as type unsafe.Pointer in argument to func literal
I think that it would cause an error in every environment if it is a syntax error.
Could you give me some advice?