simplFT/.travis.yml

12 lines
No EOL
90 B
YAML

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