mirror of
https://github.com/openfaas/faas.git
synced 2025-06-16 04:06:47 +00:00
10 lines
82 B
YAML
10 lines
82 B
YAML
sudo: false
|
|
language: go
|
|
|
|
go:
|
|
- 1.5.4
|
|
- 1.6.2
|
|
|
|
script:
|
|
- go test -short ./...
|