mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03: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 ./...
|