terraform/vendor/github.com/hashicorp/aws-sdk-go-base/.travis.yml

22 lines
212 B
YAML

dist: xenial
language: go
go:
- "1.11.x"
env:
GOFLAGS=-mod=vendor
install:
- make tools
script:
- make lint
- make test
branches:
only:
- master
matrix:
fast_finish: true
allow_failures:
- go: tip