mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2024-12-14 18:51:34 +03:00
20 lines
163 B
YAML
20 lines
163 B
YAML
language: go
|
|
sudo: false
|
|
go:
|
|
- 1.10.x
|
|
- 1.11.x
|
|
- master
|
|
- tip
|
|
|
|
os:
|
|
- linux
|
|
- osx
|
|
|
|
install:
|
|
- go get -d -t ./...
|
|
|
|
script:
|
|
- go test ./...
|
|
- make
|
|
|