tile38/vendor/github.com/aws/aws-sdk-go/.travis.yml

26 lines
278 B
YAML
Raw Normal View History

2017-10-06 01:31:53 +03:00
language: go
sudo: required
go:
- 1.5
- 1.6
- 1.7
- 1.8
- 1.9
- tip
# Use Go 1.5's vendoring experiment for 1.5 tests.
env:
- GO15VENDOREXPERIMENT=1
install:
- make get-deps
script:
- make unit-with-race-cover
matrix:
allow_failures:
- go: tip