mirror of
https://github.com/appleboy/drone-jenkins.git
synced 2026-06-04 10:15:02 +08:00
12 lines
94 B
YAML
12 lines
94 B
YAML
sudo: required
|
|
language: go
|
|
|
|
go:
|
|
- 1.6.x
|
|
- 1.7.x
|
|
- 1.8.x
|
|
- tip
|
|
|
|
script:
|
|
- make test
|