route/vendor/go.uber.org/atomic/.travis.yml

22 lines
292 B
YAML
Raw Normal View History

2017-10-06 15:29:20 +00:00
sudo: false
language: go
go_import_path: go.uber.org/atomic
go:
- 1.5
- 1.6
- tip
cache:
directories:
- vendor
install:
- make install_ci
script:
- make test_ci
- scripts/test-ubergo.sh
- make lint
- travis_retry goveralls -coverprofile=cover.out -service=travis-ci