mirror of
https://github.com/Threnklyn/jira.git
synced 2026-06-01 18:58:26 +02:00
18 lines
186 B
YAML
18 lines
186 B
YAML
language: go
|
|
|
|
go:
|
|
- 1.6
|
|
|
|
matrix:
|
|
fast_finish: true
|
|
|
|
script:
|
|
- make vet
|
|
- make lint
|
|
- make
|
|
- OSHT_VERBOSE=1 JIRACLOUD=1 prove -v
|
|
|
|
cache:
|
|
directories:
|
|
- t/.maven-cache
|