aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/go-stack/stack/.travis.yml
blob: 5c5a2b516d397ba676a374d9e9092173a4dbdb25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
language: go
sudo: false
go:
  - 1.7.x
  - 1.8.x
  - 1.9.x
  - 1.10.x
  - 1.11.x
  - tip

before_install:
  - go get github.com/mattn/goveralls

script:
  - goveralls -service=travis-ci