simplFT/.travis.yml

12 lines
No EOL
87 B
YAML

language: go
go:
- master
install:
- go get -t ./...
script:
- go test ./...