1
0
mirror of https://github.com/interviewstreet/go-jira.git synced 2025-03-17 20:47:57 +02:00
go-jira/.travis.yml

17 lines
320 B
YAML
Raw Normal View History

2015-09-03 12:27:49 +02:00
language: go
sudo: false
go:
2016-03-26 18:32:54 +01:00
- 1.4
- 1.5
2015-09-03 12:27:49 +02:00
- tip
before_install:
- go get github.com/axw/gocov/gocov
- go get github.com/mattn/goveralls
- if ! go get code.google.com/p/go.tools/cmd/cover; then go get golang.org/x/tools/cmd/cover; fi
script:
- $HOME/gopath/bin/goveralls -service=travis-ci