mirror of
https://github.com/nicksherron/bashhub-server.git
synced 2025-01-06 07:13:17 +08:00
9 lines
110 B
YAML
9 lines
110 B
YAML
|
language: go
|
||
|
|
||
|
go:
|
||
|
- 1.8.x
|
||
|
- master
|
||
|
|
||
|
install:
|
||
|
- go get -v github.com/Masterminds/glide
|
||
|
- make get-deps
|