1
0
mirror of https://github.com/interviewstreet/go-jira.git synced 2024-11-28 08:39:03 +02:00
go-jira/.travis.yml

17 lines
217 B
YAML
Raw Normal View History

2015-09-03 12:27:49 +02:00
language: go
sudo: false
go:
2016-03-27 14:27:39 +02:00
- 1.4
- 1.5
- 1.6
2016-10-03 13:34:19 +02:00
- 1.7
2015-09-03 12:27:49 +02:00
before_install:
2016-03-27 14:27:39 +02:00
- go get github.com/mattn/goveralls
- go get golang.org/x/tools/cmd/cover
2015-09-03 12:27:49 +02:00
script:
2016-10-03 13:34:19 +02:00
- $HOME/gopath/bin/goveralls -service=travis-ci