mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
12 lines
145 B
YAML
12 lines
145 B
YAML
language: go
|
|
go:
|
|
- 1.6
|
|
- 1.7
|
|
- 1.8
|
|
- tip
|
|
install:
|
|
- go get github.com/golang/lint/golint
|
|
- go get -v -t ./twitter
|
|
script:
|
|
- ./test
|