mirror of
https://git.phreedom.club/localhost_frssoft/compy.git
synced 2024-11-06 00:13:20 +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.8.1
|