use go 1.8

This commit is contained in:
Cory Bennett
2017-09-03 00:54:50 -07:00
parent e04b506c58
commit e5dd3a7acf
+1 -2
View File
@@ -5,13 +5,12 @@ before_install:
language: go
go_import_path: gopkg.in/Netflix-Skunkworks/go-jira.v1
go:
- 1.6
- 1.8
matrix:
fast_finish: true
script:
- make vet
- make lint
- make
- make prove 2>&1