1
0
mirror of https://github.com/interviewstreet/go-jira.git synced 2025-01-05 22:53:53 +02:00

Add travis ci

This commit is contained in:
Andy Grunwald 2015-09-03 12:27:49 +02:00
parent e848968f58
commit a663072027

14
.travis.yml Normal file
View File

@ -0,0 +1,14 @@
language: go
sudo: false
go:
- 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