mirror of
https://github.com/Threnklyn/jira.git
synced 2026-06-07 21:43:32 +02:00
14 lines
195 B
YAML
14 lines
195 B
YAML
language: go
|
|
|
|
go_import_path: gopkg.in/AlecAivazis/survey.v1
|
|
|
|
before_install:
|
|
- go get github.com/AlecAivazis/run
|
|
|
|
install:
|
|
- run install-deps
|
|
|
|
script:
|
|
- run tests
|
|
# - run autoplay-tests
|