go-chart/.travis.yml
Will Charczuk 02d9ccaed9 things.
2016-07-23 16:51:17 -07:00

13 lines
119 B
YAML

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