blob: 9032a0f8055b3cb165220abcf164aa7600cc4d5e [file] [log] [blame]
language: go
arch:
- amd64
- ppc64le
os:
- linux
- osx
go:
- 1.13
- 1.14
- 1.15
sudo: false
env:
global:
# Coveralls.io
- secure: OGYOsFNXNarEZ5yA4/M6ZdVguD0jL8vXgXrbLzjcpkKcq8ObHSCtNINoUlnNf6l6Z92kPnuV+LSm7jKTojBlov4IwgiY1ACbvg921SdjxYkg1AiwHTRTLR1g/esX8RdaBpJ0TOcXOFFsYMRVvl5sxxtb0tXSuUrT+Ch4SUCY7X8=
install:
- make install-dependencies
- make install-tools
- make install
script:
- make lint
- make test-with-coverage
- gover
- if [ "$TRAVIS_SECURE_ENV_VARS" = "true" ]; then goveralls -coverprofile=gover.coverprofile -service=travis-ci -repotoken $COVERALLS_TOKEN; fi