1
0
mirror of https://github.com/interviewstreet/go-jira.git synced 2025-04-11 11:32:00 +02:00

Added go get to TravisCI

This commit is contained in:
Andy Grunwald 2017-02-28 10:07:06 +01:00
parent 747b9fc160
commit 176aa8deda

@ -10,6 +10,7 @@ go:
- 1.8
before_install:
- go get ./...
- go get github.com/mattn/goveralls
- go get golang.org/x/tools/cmd/cover