Files
fn-serverless/vendor/github.com/dghubble/go-twitter/.travis.yml
2017-06-11 02:05:36 -07:00

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