This repository has been archived on 2024-11-03. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
mattermost-plugin-attachmen.../build/manifest/vendor/go.uber.org/atomic/.travis.yml
2018-07-27 14:32:36 -04:00

23 lines
282 B
YAML

sudo: false
language: go
go_import_path: go.uber.org/atomic
go:
- 1.7
- 1.8
- 1.9
cache:
directories:
- vendor
install:
- make install_ci
script:
- make test_ci
- scripts/test-ubergo.sh
- make lint
after_success:
- bash <(curl -s https://codecov.io/bash)