add tests for validating changes to auto-generated jiradata files

This commit is contained in:
Cory Bennett
2017-10-28 12:19:36 -07:00
parent 90007771bf
commit 41d1a7c9a1
3 changed files with 20 additions and 11 deletions
+5 -2
View File
@@ -5,12 +5,15 @@ before_install:
language: go
go_import_path: gopkg.in/Netflix-Skunkworks/go-jira.v1
go:
- 1.8
- 1.9
matrix:
fast_finish: true
script:
- go get -t -v ./...
- go test ./...
- make vet
- make
- make prove 2>&1
- make prove 2>&1