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