strcase/.travis.yml
2015-10-09 20:13:05 +11:00

11 lines
81 B
YAML

language: go
go:
- 1.3
- 1.4
- 1.5.1
- release
script:
- go test -v ./...