blob: 58957222a3312c8d5967c3761c6609c1fbbec958 [file] [log] [blame]
William Kurkianea869482019-04-09 15:16:11 -04001sudo: false
2language: go
3go_import_path: go.uber.org/atomic
4
5go:
6 - 1.7
7 - 1.8
8 - 1.9
9
10cache:
11 directories:
12 - vendor
13
14install:
15 - make install_ci
16
17script:
18 - make test_ci
19 - scripts/test-ubergo.sh
20 - make lint
21
22after_success:
23 - bash <(curl -s https://codecov.io/bash)