mirror of
https://github.com/evilsocket/arc.git
synced 2024-05-26 22:37:37 +03:00
19 lines
175 B
YAML
19 lines
175 B
YAML
language: go
|
|
sudo: false
|
|
go:
|
|
- 1.9.x
|
|
|
|
git:
|
|
depth: 3
|
|
|
|
before_install:
|
|
- cd arcd
|
|
install:
|
|
- make deps
|
|
|
|
go_import_path: github.com/evilsocket/arc
|
|
|
|
script:
|
|
- make test
|
|
|