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

24 lines
282 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:
2018-01-03 19:19:49 +00:00
- 1.7
- 1.8
- 1.9
2017-10-06 15:29:20 +00:00
cache:
directories:
- vendor
install:
- make install_ci
script:
- make test_ci
- scripts/test-ubergo.sh
- make lint
2018-01-03 19:19:49 +00:00
after_success:
- bash <(curl -s https://codecov.io/bash)