1
0
mirror of https://github.com/interviewstreet/go-jira.git synced 2025-06-27 00:21:07 +02:00

Added Golang 1.7 to travic ci

This commit is contained in:
Andy Grunwald
2016-10-03 13:34:19 +02:00
parent 31508ce192
commit f45edb11e4

View File

@ -6,10 +6,11 @@ go:
- 1.4
- 1.5
- 1.6
- 1.7
before_install:
- go get github.com/mattn/goveralls
- go get golang.org/x/tools/cmd/cover
script:
- $HOME/gopath/bin/goveralls -service=travis-ci
- $HOME/gopath/bin/goveralls -service=travis-ci