go-chart/.travis.yml
2016-07-10 16:26:18 -07:00

13 lines
122 B
YAML

language: go
go:
- 1.6.2
sudo: false
before_script:
- go build -i ./...
script:
- go test
- go test ./drawing/