fiber/.travis.yml

11 lines
91 B
YAML

language: go
go:
- 1.3.3
- 1.4.2
- 1.5.1
- release
- tip
script:
- go test -v ./...