blob: f1ce95afc1638e73180b7bffc9ac078f21ff7c11 [file] [log] [blame]
khenaidooac637102019-01-14 15:44:34 -05001sudo: false
2language: go
3go_import_path: go.uber.org/atomic
4
5go:
6 - 1.5
7 - 1.6
8 - tip
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 - travis_retry goveralls -coverprofile=cover.out -service=travis-ci