mirror of
https://git.phreedom.club/localhost_frssoft/compy.git
synced 2024-11-05 16:03:19 +00:00
9 lines
91 B
YAML
9 lines
91 B
YAML
language: go
|
|
sudo: required
|
|
dist: trusty
|
|
install:
|
|
- go get -t
|
|
- go build
|
|
go:
|
|
- 1.9.7
|